Xenova HF staff commited on
Commit
f0292f6
·
verified ·
1 Parent(s): 7cb8f6b

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 +3 -0
config.json CHANGED
@@ -30,6 +30,9 @@
30
  "kv_cache_dtype": {
31
  "q4f16": "float16",
32
  "fp16": "float16"
 
 
 
33
  }
34
  }
35
  }
 
30
  "kv_cache_dtype": {
31
  "q4f16": "float16",
32
  "fp16": "float16"
33
+ },
34
+ "use_external_data_format": {
35
+ "model.onnx": true
36
  }
37
  }
38
  }