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 Nightly Package Name Change #22541

Open
sophies927 opened this issue Oct 22, 2024 · 1 comment
Open

[DO NOT UNPIN] ORT Nightly Package Name Change #22541

sophies927 opened this issue Oct 22, 2024 · 1 comment
Labels
stale issues that have not been addressed in a while; categorized by a bot

Comments

@sophies927
Copy link
Contributor

sophies927 commented Oct 22, 2024

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.

Copy link
Contributor

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.

@github-actions github-actions bot added the stale issues that have not been addressed in a while; categorized by a bot label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale issues that have not been addressed in a while; categorized by a bot
Projects
None yet
Development

No branches or pull requests

1 participant