Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
| 34 |
"use_cache": true,
|
| 35 |
"vocab_size": 65536,
|
| 36 |
"transformers.js_config": {
|
|
|
|
| 37 |
"use_external_data_format": {
|
| 38 |
"model.onnx": 4,
|
| 39 |
"model_fp16.onnx": 2,
|
|
|
|
| 34 |
"use_cache": true,
|
| 35 |
"vocab_size": 65536,
|
| 36 |
"transformers.js_config": {
|
| 37 |
+
"dtype": "q4",
|
| 38 |
"use_external_data_format": {
|
| 39 |
"model.onnx": 4,
|
| 40 |
"model_fp16.onnx": 2,
|