Fix config.json: remove ghost embedding_file + add per_layer_embedding_file (Cycle 10 ship-bug)
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -19,11 +19,11 @@
|
|
| 19 |
"n_gram": 8,
|
| 20 |
"ngram_factor": 1.0,
|
| 21 |
"tokenizer_file": "tokenizer.mtok",
|
| 22 |
-
"embedding_file": "embeddings_int4.bin",
|
| 23 |
"mllm": {
|
| 24 |
"backend_type": "cpu",
|
| 25 |
"thread_num": 4,
|
| 26 |
"precision": "normal",
|
| 27 |
"memory": "low"
|
| 28 |
-
}
|
| 29 |
-
|
|
|
|
|
|
| 19 |
"n_gram": 8,
|
| 20 |
"ngram_factor": 1.0,
|
| 21 |
"tokenizer_file": "tokenizer.mtok",
|
|
|
|
| 22 |
"mllm": {
|
| 23 |
"backend_type": "cpu",
|
| 24 |
"thread_num": 4,
|
| 25 |
"precision": "normal",
|
| 26 |
"memory": "low"
|
| 27 |
+
},
|
| 28 |
+
"per_layer_embedding_file": "ple_embeddings_int4.bin"
|
| 29 |
+
}
|