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

HQQ: PEFT support for HQQ (#30632)

Update quantizer_hqq.py
parent 66f675eb
...@@ -197,4 +197,4 @@ class HqqHfQuantizer(HfQuantizer): ...@@ -197,4 +197,4 @@ class HqqHfQuantizer(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