Xenova HF Staff commited on
Commit
2ebc4f8
·
verified ·
1 Parent(s): c020e6a

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 +6 -0
config.json CHANGED
@@ -31,6 +31,12 @@
31
  "kv_cache_dtype": {
32
  "q4f16": "float16",
33
  "fp16": "float16"
 
 
 
 
 
 
34
  }
35
  }
36
  }
 
31
  "kv_cache_dtype": {
32
  "q4f16": "float16",
33
  "fp16": "float16"
34
+ },
35
+ "use_external_data_format": {
36
+ "model.onnx": true,
37
+ "model_fp16.onnx": true,
38
+ "model_q4.onnx": true,
39
+ "model_q4f16.onnx": true
40
  }
41
  }
42
  }