From b0a56705fdeec2ed89f9ddc16627fc18845a3564 Mon Sep 17 00:00:00 2001 From: Alexander Dyadyun Date: Mon, 16 Dec 2024 15:12:13 +0700 Subject: [PATCH] Update README.md 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