From 7fbf4b72fe3b23d9ff8f21e0f9a254d032f2f9d0 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Fri, 24 Jan 2025 06:15:38 -0500 Subject: [PATCH] Update nightly pytorch ROCm command in Readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd21f562..ab589f4e 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,9 @@ 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.2``` -This is the command to install the nightly with ROCm 6.2 which might have some performance improvements: +This is the command to install the nightly with ROCm 6.3 which might have some performance improvements: -```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4``` +```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3``` ### Intel GPUs (Windows and Linux)