Upload ort_config.json with huggingface_hub
Browse files- ort_config.json +24 -0
ort_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": null,
|
3 |
+
"opset": null,
|
4 |
+
"optimization": {
|
5 |
+
"disable_attention": false,
|
6 |
+
"disable_bias_gelu": false,
|
7 |
+
"disable_bias_skip_layer_norm": false,
|
8 |
+
"disable_embed_layer_norm": true,
|
9 |
+
"disable_gelu": false,
|
10 |
+
"disable_layer_norm": false,
|
11 |
+
"disable_skip_layer_norm": false,
|
12 |
+
"enable_gelu_approximation": false,
|
13 |
+
"fp16": false,
|
14 |
+
"no_attention_mask": false,
|
15 |
+
"optimization_level": 99,
|
16 |
+
"optimize_for_gpu": true,
|
17 |
+
"optimize_with_onnxruntime_only": false,
|
18 |
+
"use_mask_index": false
|
19 |
+
},
|
20 |
+
"optimum_version": "1.4.0",
|
21 |
+
"quantization": {},
|
22 |
+
"transformers_version": "4.23.1",
|
23 |
+
"use_external_data_format": false
|
24 |
+
}
|