make this a CPU model
Browse files- genai_config.json +1 -8
genai_config.json
CHANGED
|
@@ -5,14 +5,7 @@
|
|
| 5 |
"decoder": {
|
| 6 |
"session_options": {
|
| 7 |
"log_id": "onnxruntime-genai",
|
| 8 |
-
"provider_options": [
|
| 9 |
-
{
|
| 10 |
-
"cuda": {
|
| 11 |
-
"enable_cuda_graph": "0",
|
| 12 |
-
"enable_skip_layer_norm_strict_mode": "1"
|
| 13 |
-
}
|
| 14 |
-
}
|
| 15 |
-
]
|
| 16 |
},
|
| 17 |
"filename": "model.onnx",
|
| 18 |
"head_size": 256,
|
|
|
|
| 5 |
"decoder": {
|
| 6 |
"session_options": {
|
| 7 |
"log_id": "onnxruntime-genai",
|
| 8 |
+
"provider_options": [ ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
},
|
| 10 |
"filename": "model.onnx",
|
| 11 |
"head_size": 256,
|