-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING_CHANGE: switch aimet_torch default API from v1 to v2 (#3689)
Switched the default API of aimet_torch from v1 to v2. From this commit onwards, any package or module named ``aimet_torch.<X>`` will point to ``aimet_torch.v2.<X>`` (if any). For example, ``aimet_torch.quantsim`` will now point to ``aimet_torch.v2.quantsim``, not ``aimet_torch.v1.quantsim`` Also, any v1-specific modules/packages will be moved under ``aimet_torch.v1`` subpackage, such as ``aimet_torch.v1.qc_quantize_op`` or ``aimet_torch.v1.tensor_quantizer`` To keep using ``aimet_torch.v1`` as the default API for backwards-compatibility with the legacy code, set environment variable "AIMET_DEFAULT_API=v1" Signed-off-by: Kyunggeun Lee <[email protected]>
- Loading branch information
1 parent
77a27ad
commit c18c881
Showing
4 changed files
with
79 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters