Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vkuzo committed Feb 11, 2025
2 parents 1c9c39f + 1ff1f6e commit bb253ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchao/quantization/quant_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,11 +884,11 @@ def _int4_weight_only_transform(
return module


@dataclass
class Int8WeightOnlyConfig(AOBaseConfig):
"""
Configuration for applying int8 weight-only symmetric per-channel quantization to linear layers.
"""

group_size: Optional[int] = None


Expand Down

0 comments on commit bb253ef

Please sign in to comment.