Skip to content

1.24.2 release candidate available for testing #27335

@tianleiwu

Description

@tianleiwu

ORT 1.24.2 will be released next week. RC1 builds are available now for testing. If you encounter issues, please report them by responding in this issue.

Release branch: rel-1.24.2
Release manager: @tianleiwu

What's new?

  • Windows Arm64 in python cpu package.

Bug fixes:

Python Packages

CPU: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/onnxruntime/overview/1.24.2.dev20260213008
CUDA 12: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/onnxruntime-gpu/overview/1.24.2.dev20260212002
CUDA 13: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ort-cuda-13-nightly/PyPI/onnxruntime-gpu/overview/1.24.2.dev20260212003

Installation

First, you might need uninstall existed onnx runtime packages, and install required packages like

pip uninstall onnxruntime onnxruntime-gpu -y
pip install flatbuffers numpy packaging protobuf sympy

Then choose only one of the following based on cuda version (or CPU only) to install:

CPU

pip install --pre --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-gpu==1.24.2.dev20260213008

CUDA 12.x

pip install --pre --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-gpu==1.24.2.dev20260212002

CUDA 13.x

pip install --pre --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-13-nightly/pypi/simple/ onnxruntime-gpu==1.24.2.dev20260212003

Nuget packages

The version is 1.24.2-rc.1 for all nuget packages below.

CPU

Microsoft.ML.OnnxRuntime
Microsoft.ML.OnnxRuntime.Gpu.Managed

CUDA 12

Microsoft.ML.OnnxRuntime.Gpu
Microsoft.ML.OnnxRuntime.Gpu.Linux
Microsoft.ML.OnnxRuntime.Gpu.Windows
Microsoft.ML.OnnxRuntime.Gpu.Managed

CUDA 13

Microsoft.ML.OnnxRuntime.Gpu
Microsoft.ML.OnnxRuntime.Gpu.Linux
Microsoft.ML.OnnxRuntime.Gpu.Windows
Microsoft.ML.OnnxRuntime.Managed

QNN

Microsoft.ML.OnnxRuntime.QNN

Java packages

https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime/1.24.2-rc1/
https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime_gpu/1.24.2-rc1
https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime-android/1.24.2-rc.1
https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime-android-qnn/1.24.2-rc.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETPull requests that update .net codeapi:Javaissues related to the Java APIep:QNNissues related to QNN exeution providerep:WebGPUort-web webgpu providerplatform:mobileissues related to ONNX Runtime mobile; typically submitted using templateplatform:webissues related to ONNX Runtime web; typically submitted using template

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions