Unverified Commit 19cfdf0f authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

FEAT: PEFT support for EETQ (#30449)

Update quantizer_eetq.py
parent a98c4179
...@@ -167,4 +167,4 @@ class EetqHfQuantizer(HfQuantizer): ...@@ -167,4 +167,4 @@ class EetqHfQuantizer(HfQuantizer):
@property @property
def is_trainable(self) -> bool: def is_trainable(self) -> bool:
return False return True
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