Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 598 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 598 Bytes

ONNX Runtime Build Automation

Automates the process of downloading, extracting, and building ONNX Runtime on Windows.

How to Use

  1. Run OnnxRuntimeBuilder.ps1:

  2. Follow On-Screen Prompts:

    • The script will guide you through, including selection of the ONNX Runtime version you wish to build.

Supported Versions

  • 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)