Upload openvino_config.json with huggingface_hub
Browse files- openvino_config.json +5 -2
openvino_config.json
CHANGED
@@ -5,21 +5,24 @@
|
|
5 |
"optimum_version": "1.23.3",
|
6 |
"quantization_config": {
|
7 |
"all_layers": null,
|
|
|
8 |
"bits": 8,
|
9 |
"dataset": null,
|
10 |
"gptq": null,
|
11 |
"group_size": -1,
|
12 |
"ignored_scope": null,
|
|
|
13 |
"num_samples": null,
|
|
|
14 |
"quant_method": "default",
|
15 |
"ratio": 1.0,
|
16 |
"scale_estimation": null,
|
17 |
"sensitivity_metric": null,
|
18 |
"sym": false,
|
19 |
"tokenizer": null,
|
20 |
-
"trust_remote_code":
|
21 |
"weight_format": "int8"
|
22 |
},
|
23 |
"save_onnx_model": false,
|
24 |
-
"transformers_version": "4.
|
25 |
}
|
|
|
5 |
"optimum_version": "1.23.3",
|
6 |
"quantization_config": {
|
7 |
"all_layers": null,
|
8 |
+
"backup_precision": null,
|
9 |
"bits": 8,
|
10 |
"dataset": null,
|
11 |
"gptq": null,
|
12 |
"group_size": -1,
|
13 |
"ignored_scope": null,
|
14 |
+
"lora_correction": null,
|
15 |
"num_samples": null,
|
16 |
+
"processor": null,
|
17 |
"quant_method": "default",
|
18 |
"ratio": 1.0,
|
19 |
"scale_estimation": null,
|
20 |
"sensitivity_metric": null,
|
21 |
"sym": false,
|
22 |
"tokenizer": null,
|
23 |
+
"trust_remote_code": true,
|
24 |
"weight_format": "int8"
|
25 |
},
|
26 |
"save_onnx_model": false,
|
27 |
+
"transformers_version": "4.46.3"
|
28 |
}
|