Skip to content

Commit

Permalink
Update nightly pytorch ROCm command in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jan 24, 2025
1 parent 14ca5f5 commit 7fbf4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7fbf4b7

Please sign in to comment.