-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
ORT 1.24.0 will be released soon, pending successful validation. Release candidate builds are available now for testing. If you encounter issues, please report them by responding in this issue.
Release branch: rel-1.24.0
Release manager: @tianleiwu
Python Packages
CPU: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/onnxruntime/overview/1.24.0.dev20260123005
CUDA 12: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/onnxruntime-gpu/overview/1.24.0.dev20260127002
CUDA 13: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ort-cuda-13-nightly/PyPI/onnxruntime-gpu/overview/1.24.0.dev20260127002
Installation
First, you might need uninstall existed packages like
pip uninstall onnxruntime onnxruntime-gpu -y
Then choose only one of the following based on cuda version (or CPU only) to install:
CUDA 13.x
pip install flatbuffers numpy packaging protobuf sympy coloredlogs
pip install --pre --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-13-nightly/pypi/simple/ onnxruntime-gpu==1.24.0.dev20260127002
CUDA 12.x
pip install flatbuffers numpy packaging protobuf sympy coloredlogs
pip install --pre --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-gpu==1.24.0.dev20260127002
CPU Only
pip install flatbuffers numpy packaging protobuf sympy coloredlogs
pip install --pre --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime==1.24.0.dev20260123005
Nuget packages
CUDA 13
Please use the version 1.24.0-dev-20260127-1643-50d4c84724:
Microsoft.ML.OnnxRuntime.Gpu
Microsoft.ML.OnnxRuntime.Gpu.Linux
Microsoft.ML.OnnxRuntime.Gpu.Windows
Microsoft.ML.OnnxRuntime.Managed
CUDA 12
Please use the version 1.24.0-rc.2:
Microsoft.ML.OnnxRuntime.Gpu
Microsoft.ML.OnnxRuntime.Gpu.Linux
Microsoft.ML.OnnxRuntime.Gpu.Windows
Microsoft.ML.OnnxRuntime.Gpu.Managed