diff options
Diffstat (limited to 'vcpkg/ports/onnxruntime-gpu/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/onnxruntime-gpu/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/onnxruntime-gpu/vcpkg.json b/vcpkg/ports/onnxruntime-gpu/vcpkg.json new file mode 100644 index 0000000..ac545ae --- /dev/null +++ b/vcpkg/ports/onnxruntime-gpu/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "onnxruntime-gpu", + "version": "1.19.2", + "description": "onnxruntime (GPU)", + "homepage": "https://github.com/microsoft/onnxruntime", + "license": "MIT", + "supports": "windows & !x86 & !uwp & !static & !arm" +} |