8000 change the test wheel to release wheel when release wheel available by pytorchbot · Pull Request #145884 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

change the test wheel to release wheel when release wheel available #145884

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

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
change the test wheel to release wheel when release wheel available (#…
…145252)

change the test wheel to release wheel when release wheel available

Pull Request resolved: #145252
Approved by: https://github.com/seemethere, https://github.com/atalman

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
(cherry picked from commit 9003d81)
  • Loading branch information
2 people authored and pytorchbot committed Jan 28, 2025
commit f72e6481d2baac71fd42ae25c4518e69f34cf08c
4 changes: 2 additions & 2 deletions docs/source/notes/get_start_xpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Binaries

Now that we have `Intel GPU Driver <https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-6.html#driver-installation>`_ installed, use the following commands to install ``pytorch``, ``torchvision``, ``torchaudio`` on Linux.

For preview wheels
For release wheels

.. code-block::
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/xpu
For nightly wheels

Expand Down
Loading
0