Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SunMarc committed Jan 29, 2025
1 parent 4cf7b38 commit 8fa9d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transformers/quantizers/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@ def supports_quant_method(quantization_config_dict):
f" {list(AUTO_QUANTIZER_MAPPING.keys())}. Hence, we will skip the quantization. "
"To remove the warning, you can delete the quantization_config attribute in config.json"
)
return False
return False
return True

0 comments on commit 8fa9d71

Please sign in to comment.