Skip to content

Build ONNX Runtime from source on Windows. Combined download, configuration, and compilation into a single repeatable workflow. Includes PowerShell and batch scripts for selecting runtime versions and producing Debug and Release builds with minimal setup. Based on ort-builder by Oli Larkin, adapted and extended for Windows.

Notifications You must be signed in to change notification settings

timbencker/OnnxRuntimeBuilder

Repository files navigation

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)

About

Build ONNX Runtime from source on Windows. Combined download, configuration, and compilation into a single repeatable workflow. Includes PowerShell and batch scripts for selecting runtime versions and producing Debug and Release builds with minimal setup. Based on ort-builder by Oli Larkin, adapted and extended for Windows.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published