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 · 0 comments
Open

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

sophies927 opened this issue Oct 22, 2024 · 0 comments

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant