Skip to content

Commit 0810f57

Browse files
Add AOPerModuleConfig to torchao.quantization (#2134)
* Add AOPerModuleConfig to `torchao.quantization` * Apply automatic Ruff fixes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3da411a commit 0810f57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchao/quantization/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
AffineQuantizedObserverBase,
4040
)
4141
from .quant_api import (
42+
AOPerModuleConfig,
4243
CutlassInt4PackedLayout,
4344
Float8DynamicActivationFloat8SemiSparseWeightConfig,
4445
Float8DynamicActivationFloat8WeightConfig,
@@ -140,6 +141,7 @@
140141
"UIntXWeightOnlyConfig",
141142
"FPXWeightOnlyConfig",
142143
"GemliteUIntXWeightOnlyConfig",
144+
"AOPerModuleConfig",
143145
# smooth quant - subject to change
144146
"get_scale",
145147
"SmoothFakeDynQuantMixin",

0 commit comments

Comments
 (0)