From 87d9bdacb17eca9916811bf48bc2b84425e54c68 Mon Sep 17 00:00:00 2001 From: Alexander Dyadyun Date: Tue, 17 Dec 2024 03:24:54 +0700 Subject: [PATCH] Update README.md (#6071) The last ROCM 6.2 build was November 22nd, after that date new builds use ROCM 6.2.4. The builds from the new URL have been tested and work without problems. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f26bdd0..1ec39d06f 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins This is the command to install the nightly with ROCm 6.2 which might have some performance improvements: -```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2``` +```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4``` ### NVIDIA