Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -61,7 +61,10 @@
|
|
| 61 |
"transformers.js_config": {
|
| 62 |
"use_external_data_format": {
|
| 63 |
"model.onnx": 3,
|
| 64 |
-
"model_fp16.onnx": 2
|
|
|
|
|
|
|
|
|
|
| 65 |
},
|
| 66 |
"kv_cache_dtype": {
|
| 67 |
"q4f16": "float16",
|
|
|
|
| 61 |
"transformers.js_config": {
|
| 62 |
"use_external_data_format": {
|
| 63 |
"model.onnx": 3,
|
| 64 |
+
"model_fp16.onnx": 2,
|
| 65 |
+
"model_quantized.onnx": 1,
|
| 66 |
+
"model_q4.onnx": 1,
|
| 67 |
+
"model_q4f16.onnx": 1
|
| 68 |
},
|
| 69 |
"kv_cache_dtype": {
|
| 70 |
"q4f16": "float16",
|