Xenova HF Staff commited on
Commit
f488938
·
verified ·
1 Parent(s): 68298c9

Transformers.js - Enable external data format in Node.js (#1)

Browse files

- Transformers.js - Enable external data format in Node.js (ce72f640e681a7b9df90cb2f22ece2e4e553b03a)

Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -20,5 +20,10 @@
20
  "model_type": "siglip_vision_model",
21
  "num_attention_heads": 16,
22
  "num_hidden_layers": 24
 
 
 
 
 
23
  }
24
- }
 
20
  "model_type": "siglip_vision_model",
21
  "num_attention_heads": 16,
22
  "num_hidden_layers": 24
23
+ },
24
+ "transformers.js_config": {
25
+ "use_external_data_format": {
26
+ "model.onnx": true
27
+ }
28
  }
29
+ }