Xenova HF staff commited on
Commit
a3d4940
·
verified ·
1 Parent(s): c597525

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
@@ -150,6 +150,9 @@
150
  "q4f16": "float16",
151
  "fp16": "float16"
152
  },
153
- "dtype": "q4f16"
 
 
 
154
  }
155
  }
 
150
  "q4f16": "float16",
151
  "fp16": "float16"
152
  },
153
+ "dtype": "q4f16",
154
+ "use_external_data_format": {
155
+ "model_q4.onnx": true
156
+ }
157
  }
158
  }