Transformers.js - Enable external data format in Node.js
Browse filesSee https://github.com/huggingface/transformers.js/pull/1212 for more information.
- config.json +5 -1
config.json
CHANGED
@@ -30,6 +30,10 @@
|
|
30 |
"kv_cache_dtype": {
|
31 |
"q4f16": "float16",
|
32 |
"fp16": "float16"
|
|
|
|
|
|
|
|
|
33 |
}
|
34 |
}
|
35 |
-
}
|
|
|
30 |
"kv_cache_dtype": {
|
31 |
"q4f16": "float16",
|
32 |
"fp16": "float16"
|
33 |
+
},
|
34 |
+
"use_external_data_format": {
|
35 |
+
"model.onnx": true,
|
36 |
+
"model_fp16.onnx": true
|
37 |
}
|
38 |
}
|
39 |
+
}
|