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

#39
by Xenova HF staff - opened
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -37,6 +37,11 @@
37
  "proj_type": null
38
  },
39
  "torch_dtype": "bfloat16",
 
 
 
 
 
40
  "truncate_dim": null,
41
  "use_text_flash_attn": null,
42
  "use_vision_xformers": null,
 
37
  "proj_type": null
38
  },
39
  "torch_dtype": "bfloat16",
40
+ "transformers.js_config": {
41
+ "use_external_data_format": {
42
+ "model.onnx": true
43
+ }
44
+ },
45
  "truncate_dim": null,
46
  "use_text_flash_attn": null,
47
  "use_vision_xformers": null,