[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding migration guide for Quantsim 1.0 to Quantsim 2.0 #3129

Merged
merged 5 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add inline python syntax highlight (#3362)
Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
Co-authored-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
  • Loading branch information
quic-kyunggeu authored and neoci committed Jul 1, 2024
commit 169a7b30c2d0c3584d06bddd57fe3a254654f90d
9 changes: 6 additions & 3 deletions Docs/torch_docs/tutorials/migration_guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.. _tutorials-migration-guide:

.. role:: python(code)
:language: python

Migrate to QuantSim 2.0
===============================

Expand Down Expand Up @@ -49,9 +52,9 @@ In QuantSim 2.0, all implementation code is ported to Python. Users will no long

All the other import statements will stay the same, including but not limited to:

* ``from aimet_common.defs import QuantScheme``
* ``from aimet_torch.cross_layer_equalization import equalize_model``
* ``from aimet_torch.model_preparer import prepare_model``
* :python:`from aimet_common.defs import QuantScheme`
* :python:`from aimet_torch.cross_layer_equalization import equalize_model`
* :python:`from aimet_torch.model_preparer import prepare_model`


QuantizationSimModel
Expand Down