jantigny commited on
Commit
2e7c9e7
1 Parent(s): 1fc0af0

Upload openvino_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. openvino_config.json +21 -0
openvino_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compression": null,
3
+ "dtype": null,
4
+ "input_info": null,
5
+ "optimum_version": "1.19.2",
6
+ "quantization_config": {
7
+ "all_layers": null,
8
+ "bits": 8,
9
+ "dataset": null,
10
+ "group_size": -1,
11
+ "ignored_scope": null,
12
+ "num_samples": null,
13
+ "quant_method": "default",
14
+ "ratio": 1.0,
15
+ "sensitivity_metric": null,
16
+ "sym": false,
17
+ "tokenizer": null
18
+ },
19
+ "save_onnx_model": false,
20
+ "transformers_version": "4.38.1"
21
+ }