Update config.json
Browse files- config.json +8 -1
config.json
CHANGED
@@ -36,7 +36,14 @@
|
|
36 |
"transformers_version": "4.45.0.dev0",
|
37 |
"transformers.js_config": {
|
38 |
"dtype": "q4f16",
|
39 |
-
"kv_cache_dtype":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
},
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 128256
|
|
|
36 |
"transformers_version": "4.45.0.dev0",
|
37 |
"transformers.js_config": {
|
38 |
"dtype": "q4f16",
|
39 |
+
"kv_cache_dtype": {
|
40 |
+
"q4f16": "float16",
|
41 |
+
"fp16": "float16"
|
42 |
+
},
|
43 |
+
"use_external_data_format": {
|
44 |
+
"model.onnx": true,
|
45 |
+
"model_fp16.onnx": true
|
46 |
+
}
|
47 |
},
|
48 |
"use_cache": true,
|
49 |
"vocab_size": 128256
|