Unverified Commit b0a7f44f authored by Andrei Panferov's avatar Andrei Panferov Committed by GitHub
Browse files

Removed obsolete attribute setting for AQLM quantization. (#29034)

removed redundant field
parent 4156f517
......@@ -77,7 +77,6 @@ class AqlmHfQuantizer(HfQuantizer):
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment