Xenova HF staff commited on
Commit
7d7f36e
·
verified ·
1 Parent(s): 8b77578

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
@@ -35,6 +35,10 @@
35
  "kv_cache_dtype": {
36
  "q4f16": "float16",
37
  "fp16": "float16"
 
 
 
 
38
  }
39
  }
40
  }
 
35
  "kv_cache_dtype": {
36
  "q4f16": "float16",
37
  "fp16": "float16"
38
+ },
39
+ "use_external_data_format": {
40
+ "model.onnx": true,
41
+ "model_fp16.onnx": true
42
  }
43
  }
44
  }