From e695b397e16e46e17481ab26517c9713a62e8c4a Mon Sep 17 00:00:00 2001 From: stelzo Date: Mon, 10 Jul 2023 16:49:17 +0000 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7924d36c3f7..f4d025da2a3 100644 --- a/README.md +++ b/README.md @@ -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`.