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 -1
config.json
CHANGED
@@ -150,6 +150,9 @@
|
|
150 |
"q4f16": "float16",
|
151 |
"fp16": "float16"
|
152 |
},
|
153 |
-
"dtype": "q4f16"
|
|
|
|
|
|
|
154 |
}
|
155 |
}
|
|
|
150 |
"q4f16": "float16",
|
151 |
"fp16": "float16"
|
152 |
},
|
153 |
+
"dtype": "q4f16",
|
154 |
+
"use_external_data_format": {
|
155 |
+
"model_q4.onnx": true
|
156 |
+
}
|
157 |
}
|
158 |
}
|