Transformers.js - Enable external data format in Node.js (#39)
Browse files- Transformers.js - Enable external data format in Node.js (7a7a3937eb0f1d7168c8bf54e54e2caa751a3fec)
- Update config.json (beedceaf5b3ee958ebb44c88fabc2747d81949c3)
Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
- 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,
|