Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT UNPIN] ORT 1.21.0 Release Candidates available for testing #23885

Open
MaanavD opened this issue Mar 4, 2025 · 5 comments
Open

[DO NOT UNPIN] ORT 1.21.0 Release Candidates available for testing #23885

MaanavD opened this issue Mar 4, 2025 · 5 comments
Labels
api:Java issues related to the Java API ep:CUDA issues related to the CUDA execution provider ep:DML issues related to the DirectML execution provider ep:TensorRT issues related to TensorRT execution provider .NET Pull requests that update .net code platform:web issues related to ONNX Runtime web; typically submitted using template release:1.21.0

Comments

@MaanavD
Copy link
Contributor

MaanavD commented Mar 4, 2025

ORT 1.21 will be released soon, and release candidates are now available for testing here! Please respond to report any bugs you encounter!

Release branch: rel-1.21.0
Release manager: @amarin16

Python Whls Nuget NPM Maven (Java)
CPU: 1.21.0.dev20250228001 CPU: 1.21.0-dev-20250228 onnxruntime-node: 1.21.0-dev.20250228 CPU: 1.21.0-rc1
GPU: 1.21.0.dev20250228002 GPU (CUDA/TRT): 1.21.0-dev-20250228 onnxruntime-react-native: 1.21.0-dev.20250228 GPU: 1.21.0-rc1
DirectML: 1.21.0 WindowsAI: 1.21.0-dev-20250301 onnxruntime-web: 1.21.0-dev.20250206
DirectML: 1.21.0-dev-20250228
@MaanavD MaanavD added api:Java issues related to the Java API ep:CUDA issues related to the CUDA execution provider ep:DML issues related to the DirectML execution provider ep:TensorRT issues related to TensorRT execution provider platform:web issues related to ONNX Runtime web; typically submitted using template release:1.21.0 labels Mar 4, 2025
@MaanavD MaanavD pinned this issue Mar 4, 2025
@github-actions github-actions bot added the .NET Pull requests that update .net code label Mar 4, 2025
@Areopagitics
Copy link

I tried pip install onnxruntime-gpu[cuda,cudnn]==1.21.0.dev20250228002, but it asks for a password when installing the extras.

@tjwald
Copy link

tjwald commented Mar 7, 2025

I tried adding the GPU nuget package and it wouldn't finish the restore.

dotnet nuget add source https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json --name ORT-Nightly

dotenet restore

Add to my csproj:

<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.21.0-dev-20250228"/>

And then will not complete restore.

@tianleiwu
Copy link
Contributor

I tried pip install onnxruntime-gpu[cuda,cudnn]==1.21.0.dev20250228002, but it asks for a password when installing the extras.

pip install flatbuffers numpy packaging protobuf sympy
pip install --pre --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-gpu[cuda,cudnn]==1.21.0.dev20250228002

@Djdefrag
Copy link

Djdefrag commented Mar 8, 2025

#20713

After almost a year and 4 “major” releases this problem is still present

@SSFRPA
Copy link

SSFRPA commented Mar 8, 2025

#20713
If you do not intend to address this issue, please inform us in advance so that we can seek alternative solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:Java issues related to the Java API ep:CUDA issues related to the CUDA execution provider ep:DML issues related to the DirectML execution provider ep:TensorRT issues related to TensorRT execution provider .NET Pull requests that update .net code platform:web issues related to ONNX Runtime web; typically submitted using template release:1.21.0
Projects
None yet
Development

No branches or pull requests

6 participants