Skip to content

Commit a97c151

Browse files
update getting started xpu (#138090)
update get start xpu (#137479) 1. respect the comment from the community, downgrade the "Beta" to "Prototype" for the first xpu release with wheel 2. add wheels installation of torchaudio & torchvision for nightly on Windows Pull Request resolved: #137479 Approved by: https://github.com/atalman, https://github.com/malfet (cherry picked from commit 7ba706c) Co-authored-by: Zheng, Zhaoqiong <[email protected]>
1 parent 32f585d commit a97c151

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/notes/get_start_xpu.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hardware Prerequisite
1515
* - Intel Client GPU
1616
- Windows/Linux
1717

18-
Intel GPUs support (Beta) is ready in PyTorch* 2.5 for Intel® Data Center GPU Max Series and Intel® Client GPUs on both Linux and Windows, which brings Intel GPUs and the SYCL* software stack into the official PyTorch stack with consistent user experience to embrace more AI application scenarios.
18+
Intel GPUs support (Prototype) is ready in PyTorch* 2.5 for Intel® Data Center GPU Max Series and Intel® Client GPUs on both Linux and Windows, which brings Intel GPUs and the SYCL* software stack into the official PyTorch stack with consistent user experience to embrace more AI application scenarios.
1919

2020
Software Prerequisite
2121
---------------------
@@ -38,11 +38,11 @@ Platform Linux
3838

3939
Now we have all the required packages installed and environment activated. Use the following commands to install ``pytorch``, ``torchvision``, ``torchaudio`` on Linux.
4040

41-
For release wheels
41+
For preview wheels
4242

4343
.. code-block::
4444
45-
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/xpu
45+
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/xpu
4646
4747
For nightly wheels
4848

@@ -55,17 +55,17 @@ Platform Windows
5555

5656
Now we have all the required packages installed and environment activated. Use the following commands to install ``pytorch`` on Windows, build from source for ``torchvision`` and ``torchaudio``.
5757

58-
For release wheels
58+
For preview wheels
5959

6060
.. code-block::
6161
62-
pip3 install torch --index-url https://download.pytorch.org/whl/xpu
62+
pip3 install torch --index-url https://download.pytorch.org/whl/test/xpu
6363
6464
For nightly wheels
6565

6666
.. code-block::
6767
68-
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/xpu
68+
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
6969
7070
From Source
7171
^^^^^^^^^^^

0 commit comments

Comments
 (0)