We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd80805 commit 83c002dCopy full SHA for 83c002d
gptqmodel/models/opt.py
@@ -15,6 +15,6 @@ class OPTGPTQ(BaseGPTQModel):
15
layer_modules = [
16
["self_attn.k_proj", "self_attn.v_proj", "self_attn.q_proj"],
17
["self_attn.out_proj"],
18
- # ["fc1"], disabled: not a good candidate for quantization
19
- # ["fc2"], disabled: not a good candidate for quantization
+ ["fc1"],
+ ["fc2"],
20
]
0 commit comments