From 56d8d7f67ffe46ac27bc527fb8a4789d6fb1f661 Mon Sep 17 00:00:00 2001 From: Plugrol <53694440+Plugrol@users.noreply.github.com> Date: Mon, 19 May 2025 22:01:18 +0200 Subject: [PATCH] Update README.md Updated nightly version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15157f527..47514d1b4 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins ```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3``` -This is the command to install the nightly with ROCm 6.3 which might have some performance improvements: +This is the command to install the nightly with ROCm 6.4 which might have some performance improvements: ```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4```