update prerequisite link (#170647)

the old link is deprecated and will not redirect to page for 2.10. So need update to the new one with proper latest version.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/170647
Approved by: https://github.com/malfet
This commit is contained in:
Zheng, Zhaoqiong
2025-12-17 15:44:26 +00:00
committed by PyTorch MergeBot
parent 53319ff9e3
commit 9e2d8cac2e

View File

@@ -221,7 +221,7 @@ Other potentially useful environment variables may be found in `setup.py`.
##### Intel GPU Support
If you want to compile with Intel GPU support, follow these
- [PyTorch Prerequisites for Intel GPUs](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html) instructions.
- [PyTorch Prerequisites for Intel GPUs](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu.html) instructions.
- Intel GPU is supported for Linux and Windows.
If you want to disable Intel GPU support, export the environment variable `USE_XPU=0`.