kvaishnavi
commited on
Commit
•
73b4139
1
Parent(s):
d6673a5
Generalize GPU provider options
Browse files
gpu/gpu-int4-rtn-block-32/genai_config.json
CHANGED
@@ -5,11 +5,7 @@
|
|
5 |
"decoder": {
|
6 |
"session_options": {
|
7 |
"log_id": "onnxruntime-genai",
|
8 |
-
"provider_options": [
|
9 |
-
{
|
10 |
-
"dml": {}
|
11 |
-
}
|
12 |
-
]
|
13 |
},
|
14 |
"filename": "phi-3-v-128k-instruct-text.onnx",
|
15 |
"head_size": 96,
|
|
|
5 |
"decoder": {
|
6 |
"session_options": {
|
7 |
"log_id": "onnxruntime-genai",
|
8 |
+
"provider_options": []
|
|
|
|
|
|
|
|
|
9 |
},
|
10 |
"filename": "phi-3-v-128k-instruct-text.onnx",
|
11 |
"head_size": 96,
|