Skip to content

Commit

Permalink
Update src/transformers/utils/quantization_config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
  • Loading branch information
Satrat and ArthurZucker authored Sep 23, 2024
1 parent 298a638 commit 3cb4415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformers/utils/quantization_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@ def to_diff_dict(self) -> Dict[str, Any]:
return serializable_config_dict


@dataclass
class FbgemmFp8Config(QuantizationConfigMixin):
"""
This is a wrapper class about all possible attributes and features that you can play with a model that has been
Expand Down

0 comments on commit 3cb4415

Please sign in to comment.