Fix broken ROCm quick start link (#104527)

The AMD ROCm docs got a new subdomain and the naming changed a bit, so the old link went 404.

This PR just updates the link to the newest quick start guide which includes the installation.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/104527
Approved by: https://github.com/pruthvistony, https://github.com/hongxiayang, https://github.com/malfet
This commit is contained in:
stelzo
2023-07-10 16:49:17 +00:00
committed by PyTorch MergeBot
parent 4911b80b8e
commit e695b397e1

View File

@ -173,7 +173,7 @@ Other potentially useful environment variables may be found in `setup.py`.
If you are building for NVIDIA's Jetson platforms (Jetson Nano, TX1, TX2, AGX Xavier), Instructions to install PyTorch for Jetson Nano are [available here](https://devtalk.nvidia.com/default/topic/1049071/jetson-nano/pytorch-for-jetson-nano/)
If you want to compile with ROCm support, install
- [AMD ROCm](https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html) 4.0 and above installation
- [AMD ROCm](https://rocm.docs.amd.com/en/latest/deploy/linux/quick_start.html) 4.0 and above installation
- ROCm is currently supported only for Linux systems.
If you want to disable ROCm support, export the environment variable `USE_ROCM=0`.