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`.