Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"beta1": 16,
|
30 |
"beta2": 16,
|
31 |
"bits": 3,
|
32 |
-
"
|
33 |
"model.embed_tokens.weight",
|
34 |
"model.layers.0.input_layernorm.weight",
|
35 |
"model.layers.0.post_attention_layernorm.weight",
|
|
|
29 |
"beta1": 16,
|
30 |
"beta2": 16,
|
31 |
"bits": 3,
|
32 |
+
"modules_to_not_convert": [
|
33 |
"model.embed_tokens.weight",
|
34 |
"model.layers.0.input_layernorm.weight",
|
35 |
"model.layers.0.post_attention_layernorm.weight",
|