-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
AffineQuantizedTensor
to torchao/dtypes (#272)
Summary: att Test Plan: regression tests in test/quantization/test_quant_api.py Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
1 parent
bc46bdc
commit f8f74c7
Showing
4 changed files
with
465 additions
and
461 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
from .nf4tensor import NF4Tensor, to_nf4 | ||
from .uint4 import UInt4Tensor | ||
from .aqt import AffineQuantizedTensor, to_aq | ||
|
||
__all__ = [ | ||
"NF4Tensor", | ||
"to_nf4", | ||
"UInt4Tensor" | ||
"AffineQuantizedTensor", | ||
"to_aq", | ||
] |
Oops, something went wrong.