-
Notifications
You must be signed in to change notification settings - Fork 169
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
Summary: att Test Plan: regression tests in test/quantization/test_quant_api.py Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
1 parent
923ff4d
commit 615261b
Showing
3 changed files
with
21 additions
and
460 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.