Update quantize.yaml
Browse files- quantize.yaml +1 -1
quantize.yaml
CHANGED
@@ -19,7 +19,7 @@ test_stage:
|
|
19 |
- model.layers.2.mlp.down_proj
|
20 |
- model.layers.8.self_attn.q_proj
|
21 |
- model.layers.8.self_attn.k_proj
|
22 |
-
post_oneshot_calibration:
|
23 |
scheme_overrides:
|
24 |
Linear:
|
25 |
weights:
|
|
|
19 |
- model.layers.2.mlp.down_proj
|
20 |
- model.layers.8.self_attn.q_proj
|
21 |
- model.layers.8.self_attn.k_proj
|
22 |
+
post_oneshot_calibration: false
|
23 |
scheme_overrides:
|
24 |
Linear:
|
25 |
weights:
|