Skip to content

Commit

Permalink
Export QuantizationSimModel API in root package (#3668)
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <[email protected]>
  • Loading branch information
quic-kyunggeu authored Dec 18, 2024
1 parent 5e9ede4 commit b67711c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TrainingExtensions/torch/src/python/aimet_torch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@
# For more information about explicit namespace packages,
# see https://packaging.python.org/en/latest/guides/packaging-namespace-packages
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

from .quantsim import QuantizationSimModel
from . import nn

0 comments on commit b67711c

Please sign in to comment.