"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "4341f4e224e35756a46b4bc991b72353b916076e"
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