Automates the process of downloading, extracting, and building ONNX Runtime on Windows.
-
Run
OnnxRuntimeBuilder.ps1
: -
Follow On-Screen Prompts:
- The script will guide you through, including selection of the ONNX Runtime version you wish to build.
- ONNX Runtime 1.14.1 with Python 3.7-3.10 (Debug)
- ONNX Runtime 1.16.2 with Python 3.8-3.11 (Debug)
.bats forked and adapted from
https://github.com/olilarkin/ort-builder
--> olilarkin/ort-builder#6 (comment)