Skip to content

Commit

Permalink
Removed obsolete attribute setting for AQLM quantization. (#29034)
Browse files Browse the repository at this point in the history
removed redundant field
  • Loading branch information
Andrei Panferov authored Feb 15, 2024
1 parent 4156f51 commit b0a7f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformers/quantizers/quantizer_aqlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def _process_model_before_weight_loading(
model.config.quantization_config = self.quantization_config

def _process_model_after_weight_loading(self, model: "PreTrainedModel", **kwargs):
model._is_quantized_training_enabled = False
return model

@property
Expand Down

0 comments on commit b0a7f44

Please sign in to comment.