Skip to content

Commit 58ac6c0

Browse files
authored
Update __init__.py (#2206)
Add Int8DynamicActivationIntxWeightConfig to __init__.py
1 parent 4bfd7c0 commit 58ac6c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchao/quantization/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
Int4WeightOnlyConfig,
5353
Int8DynamicActivationInt4WeightConfig,
5454
Int8DynamicActivationInt8WeightConfig,
55+
Int8DynamicActivationIntxWeightConfig,
5556
Int8WeightOnlyConfig,
5657
IntxWeightOnlyConfig,
5758
PlainLayout,
@@ -133,6 +134,7 @@
133134
"Int4DynamicActivationInt4WeightConfig",
134135
"Int8DynamicActivationInt4WeightConfig",
135136
"Int8DynamicActivationInt8WeightConfig",
137+
"Int8DynamicActivationIntxWeightConfig",
136138
"Int4WeightOnlyConfig",
137139
"Int8WeightOnlyConfig",
138140
"Float8WeightOnlyConfig",

0 commit comments

Comments
 (0)