vcpkg/ports/onnxruntime-gpu/vcpkg.json
rinechran 4a57340d3a
[onnxruntime-gpu] Update to version 1.12.1 (#28623)
* feat : onnxruntime version up

* chore : add license

* chore : versions change

* feat : make with the version variable

* feat : change vcpkg_minimum_required
2023-01-09 01:02:28 -08:00

9 lines
227 B
JSON

{
"name": "onnxruntime-gpu",
"version": "1.12.1",
"description": "onnxruntime (GPU)",
"homepage": "https://github.com/microsoft/onnxruntime",
"license": "MIT",
"supports": "windows & !x86 & !uwp & !static & !arm"
}