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
@@ -32,6 +32,10 @@
|
|
32 |
"kv_cache_dtype": {
|
33 |
"q4f16": "float16",
|
34 |
"fp16": "float16"
|
|
|
|
|
|
|
|
|
35 |
}
|
36 |
}
|
37 |
}
|
|
|
32 |
"kv_cache_dtype": {
|
33 |
"q4f16": "float16",
|
34 |
"fp16": "float16"
|
35 |
+
},
|
36 |
+
"use_external_data_format": {
|
37 |
+
"model.onnx": true,
|
38 |
+
"model_fp16.onnx": true
|
39 |
}
|
40 |
}
|
41 |
}
|