mirror of
				https://github.com/pytorch/pytorch.git
				synced 2025-11-04 16:04:58 +08:00 
			
		
		
		
	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:
		@ -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`.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user