Skip to content

Commit

Permalink
Add doc for serialization/deserialization of torchao optimized models
Browse files Browse the repository at this point in the history
Summary:
Addressing following questions:

1. What happens if I save a quantized model
2. What happens if I load a quantized model and describing deteails like assign=True

Specifically
1. Do you need ao as a dependency when you're loading a quantized model
2. Is the saved quantized model smaller on disk than the unquantized one

Test Plan:
.

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
jerryzh168 committed Jul 17, 2024
1 parent 6dd82d8 commit 14ebc3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ with more content coming soon.
quantization
sparsity
performant_kernels
serialization

.. toctree::
:glob:
Expand Down

0 comments on commit 14ebc3e

Please sign in to comment.