HQQ: PEFT support for HQQ (#30632)

Update quantizer_hqq.py
This commit is contained in:
Younes Belkada 2024-05-03 16:01:15 +02:00 committed by GitHub
parent 66f675eb65
commit d0c72c15c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,4 +197,4 @@ class HqqHfQuantizer(HfQuantizer):
@property
def is_trainable(self) -> bool:
return False
return True