Xenova HF Staff commited on
Commit
cb958f4
·
verified ·
1 Parent(s): 0ec27ff

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 +4 -1
config.json CHANGED
@@ -153,6 +153,9 @@
153
  "q4f16": "float16",
154
  "fp16": "float16"
155
  },
156
- "dtype": "q4f16"
 
 
 
157
  }
158
  }
 
153
  "q4f16": "float16",
154
  "fp16": "float16"
155
  },
156
+ "dtype": "q4f16",
157
+ "use_external_data_format": {
158
+ "model_q4.onnx": true
159
+ }
160
  }
161
  }