Transformers.js - Enable external data format in Node.js
Browse filesSee https://github.com/huggingface/transformers.js/pull/1212 for more information.
- config.json +7 -1
config.json
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
{
|
2 |
-
"model_type": "metric3d"
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "metric3d",
|
3 |
+
"transformers.js_config": {
|
4 |
+
"use_external_data_format": {
|
5 |
+
"model.onnx": true,
|
6 |
+
"model_fp16.onnx": true
|
7 |
+
}
|
8 |
+
}
|
9 |
}
|