-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[DO NOT UNPIN] ORT Nightly Package Name Change #22541
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
Comments
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details. |
when I try to use that source: (test) C:\Users\andreas>pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ --pre onnxruntime I've to set a username? bu which one? |
We have changed the name of our nightly packages from ort-nightly-* to onnxruntime-* (e.g., the ORT GPU nightly package has changed from ort-nightly-gpu to onnxruntime-gpu). For packages that depend on onnxruntime, this will allow you to specify a clean set of dependencies when swapping the nightly in and out.
To install the latest version of the nightly package, you can use the following command:
python3 -m pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ --pre onnxruntime
(Note that you should include
--pre
in the command to ensure that you're getting the latest nightly package, rather than an older version.)If you have any questions or concerns, feel free to reply to this issue.
The text was updated successfully, but these errors were encountered: