We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4273fe commit 04a1cf2Copy full SHA for 04a1cf2
torchao/quantization/quant_api.py
@@ -1337,7 +1337,7 @@ class Int8WeightOnlyConfig(AOBaseConfig):
1337
group_size: Optional[int] = None
1338
granularity: Optional[Granularity] = PerRow()
1339
set_inductor_config: bool = True
1340
- version: int = 1
+ version: int = 2
1341
1342
def __post_init__(self):
1343
torch._C._log_api_usage_once("torchao.quantization.Int8WeightOnlyConfig")
@@ -1528,7 +1528,7 @@ class Int8DynamicActivationInt8WeightConfig(AOBaseConfig):
1528
weight_only_decode: bool = False
1529
granularity: Granularity = PerRow()
1530
1531
1532
1533
1534
torch._C._log_api_usage_once(
0 commit comments