Xenova HF Staff commited on
Commit
6c5c293
·
verified ·
1 Parent(s): f2f151e

Transformers.js - Enable external data format in Node.js

Browse files

See https://github.com/huggingface/transformers.js/pull/1212 for more information.

Files changed (1) hide show
  1. 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
  }