Update config.json
Browse files- config.json +1 -11
config.json
CHANGED
|
@@ -65,17 +65,7 @@
|
|
| 65 |
"vocab_size": 100352,
|
| 66 |
"transformers.js_config": {
|
| 67 |
"dtype": "fp32",
|
| 68 |
-
"use_external_data_format":
|
| 69 |
-
"vision_encoder.onnx": 1,
|
| 70 |
-
"embed_tokens.onnx": 1,
|
| 71 |
-
"embed_tokens_quantized.onnx": 1,
|
| 72 |
-
"embed_tokens_fp16.onnx": 1,
|
| 73 |
-
"decoder_model_merged.onnx": 1,
|
| 74 |
-
"decoder_model_merged_fp16.onnx": 1,
|
| 75 |
-
"decoder_model_merged_quantized.onnx": 1,
|
| 76 |
-
"decoder_model_merged_q4.onnx": 1,
|
| 77 |
-
"decoder_model_merged_q4f16.onnx": 1
|
| 78 |
-
},
|
| 79 |
"kv_cache_dtype": {
|
| 80 |
"q4f16": "float16",
|
| 81 |
"fp16": "float16"
|
|
|
|
| 65 |
"vocab_size": 100352,
|
| 66 |
"transformers.js_config": {
|
| 67 |
"dtype": "fp32",
|
| 68 |
+
"use_external_data_format": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
"kv_cache_dtype": {
|
| 70 |
"q4f16": "float16",
|
| 71 |
"fp16": "float16"
|