Xenova HF staff commited on
Commit
cf98825
·
verified ·
1 Parent(s): 699c882

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