10000 Fix IdentationError of code example by ZhaoqiongZ · Pull Request #145251 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

Fix IdentationError of code example #145251

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

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update get_start_xpu.rst with intel client gpu come first
  • Loading branch information
ZhaoqiongZ authored Jan 7, 2025
commit 2d789eaa6d64cb2d5958cd614077dae5a7f714e0
12 changes: 6 additions & 6 deletions docs/source/notes/get_start_xpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ Hardware Prerequisite
* - Supported OS
- Validated Hardware
* - Linux
- Intel® Data Center GPU Max Series/ Intel® Client GPUs
- Intel® Client GPUs / Intel® Data Center GPU Max Series
* - Windows
- Intel® Client GPUs
* - WSL2 (experimental feature)
- Intel® Client GPUs

Intel GPUs support (Prototype) is ready in PyTorch* 2.6 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.
Intel GPUs support (Prototype) is ready in PyTorch* 2.6 for Intel® Client GPUs and Intel® Data Center GPU Max Series 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.

Software Prerequisite
---------------------

Visit `PyTorch Installation Prerequisites for Intel GPUs <https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-6.html#driver-installation>`_ for Driver Installation.
Visit `Intel GPUs Driver Installation <https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-6.html#driver-installation>`_.

Installation from binaries only need Intel GPU Drivers, while building from source requires Intel GPU Drivers and Intel® Deep Learning Essentials.
Installation from binaries only need Intel GPU Drivers, while building from source requires Intel GPU Drivers and Intel® Deep Learning Essentials. Please refer to `PyTorch Installation Prerequisites for Intel GPUs <https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-6.html>`_.


Installation
Expand All @@ -33,7 +33,7 @@ Installation
Binaries
^^^^^^^^

Now we have Intel GPU Driver installed. Use the following commands to install ``pytorch``, ``torchvision``, ``torchaudio`` on Linux.
Now 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 release wheels

Expand All @@ -52,7 +52,7 @@ For nightly wheels
From Source
^^^^^^^^^^^

Now we have Intel GPU Driver and Intel® Deep Learning Essentials installed. Follow guides to build ``pytorch``, ``torchvision``, ``torchaudio`` from source.
Now we have `Intel GPU Driver and Intel® Deep Learning Essentials <https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-6.html>`_ installed. Follow guides to build ``pytorch``, ``torchvision``, ``torchaudio`` from source.

Build from source for ``torch`` refer to `PyTorch Installation Build from source <https://github.com/pytorch/pytorch?tab=readme-ov-file#from-source>`_.

Expand Down
0