Skip to content

Commit

Permalink
fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhuach21 committed Jun 3, 2024
1 parent f111d05 commit d11b267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_round/auto_quantizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class AutoRoundQuantizer(HfQuantizer):

def __init__(self, quantization_config: QuantizationConfigMixin, **kwargs):
super().__init__(quantization_config, **kwargs)
self.exllama2_available = is_autoround_exllamav2_available
self.exllama2_available = is_autoround_exllamav2_available()

def validate_environment(self, *args, **kwargs):
if not is_auto_round_available():
Expand Down

0 comments on commit d11b267

Please sign in to comment.