FEAT: PEFT support for EETQ (#30449)

Update quantizer_eetq.py
This commit is contained in:
Younes Belkada 2024-04-26 10:20:35 +02:00 committed by GitHub
parent a98c41798c
commit 19cfdf0fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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