Transformers.js - Enable external data format in Node.js
Browse filesSee https://github.com/huggingface/transformers.js/pull/1212 for more information.
- config.json +4 -0
config.json
CHANGED
|
@@ -35,6 +35,10 @@
|
|
| 35 |
"kv_cache_dtype": {
|
| 36 |
"q4f16": "float16",
|
| 37 |
"fp16": "float16"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
}
|
| 40 |
}
|
|
|
|
| 35 |
"kv_cache_dtype": {
|
| 36 |
"q4f16": "float16",
|
| 37 |
"fp16": "float16"
|
| 38 |
+
},
|
| 39 |
+
"use_external_data_format": {
|
| 40 |
+
"model.onnx": true,
|
| 41 |
+
"model_fp16.onnx": true
|
| 42 |
}
|
| 43 |
}
|
| 44 |
}
|