Skip to content

Commit 04a1cf2

Browse files
committed
break bc
1 parent c4273fe commit 04a1cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchao/quantization/quant_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ class Int8WeightOnlyConfig(AOBaseConfig):
13371337
group_size: Optional[int] = None
13381338
granularity: Optional[Granularity] = PerRow()
13391339
set_inductor_config: bool = True
1340-
version: int = 1
1340+
version: int = 2
13411341

13421342
def __post_init__(self):
13431343
torch._C._log_api_usage_once("torchao.quantization.Int8WeightOnlyConfig")
@@ -1528,7 +1528,7 @@ class Int8DynamicActivationInt8WeightConfig(AOBaseConfig):
15281528
weight_only_decode: bool = False
15291529
granularity: Granularity = PerRow()
15301530
set_inductor_config: bool = True
1531-
version: int = 1
1531+
version: int = 2
15321532

15331533
def __post_init__(self):
15341534
torch._C._log_api_usage_once(

0 commit comments

Comments
 (0)