We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc60996 commit 0cb9b38Copy full SHA for 0cb9b38
1 file changed
README.md
@@ -16,13 +16,11 @@ latest version using pip:
16
17
By default, this pulls the cuda version of pytorch. If you want a CPU-only version of torch you should do:
18
19
-> pip install torch --index-url https://download.pytorch.org/whl/cpu
20
-> pip install renard-pipeline
+> pip install torch --index-url https://download.pytorch.org/whl/cpu && pip install renard-pipeline
21
22
-For an AMD rocm version of torch:
+For an AMD rocm version of torch (ROCm 6.4):
23
24
-> pip install torch --index-url https://download.pytorch.org/whl/rocm6.4
25
+> pip install torch --index-url https://download.pytorch.org/whl/rocm6.4 && pip install renard-pipeline
26
27
28
# Documentation
0 commit comments