Skip to content

Commit 0cb9b38

Browse files
authored
Update README.md installation instructions
1 parent bc60996 commit 0cb9b38

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ latest version using pip:
1616
1717
By default, this pulls the cuda version of pytorch. If you want a CPU-only version of torch you should do:
1818

19-
> pip install torch --index-url https://download.pytorch.org/whl/cpu
20-
> pip install renard-pipeline
19+
> pip install torch --index-url https://download.pytorch.org/whl/cpu && pip install renard-pipeline
2120
22-
For an AMD rocm version of torch:
21+
For an AMD rocm version of torch (ROCm 6.4):
2322

24-
> pip install torch --index-url https://download.pytorch.org/whl/rocm6.4
25-
> pip install renard-pipeline
23+
> pip install torch --index-url https://download.pytorch.org/whl/rocm6.4 && pip install renard-pipeline
2624
2725

2826
# Documentation

0 commit comments

Comments
 (0)