8000 change the test wheel to release wheel when release wheel available (… · pytorch/pytorch@1eba9b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1eba9b3

Browse files
change the test wheel to release wheel when release wheel available (#145884)
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) Co-authored-by: Zheng, Zhaoqiong <zhaoqiong.zheng@intel.com>
1 parent 2236df1 commit 1eba9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notes/get_start_xpu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Binaries
3535

3636
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.
3737

38-
For preview wheels
38+
For release wheels
3939

4040
.. code-block::
4141
42-
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu
42+
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/xpu
4343
4444
For nightly wheels
4545

0 commit comments

Comments
 (0)
0