Skip to content

Commit 361c6ee

Browse files
docs: update manual install docs w/ correct pytorch indicies for v5.10.0 and later
1 parent bb154fd commit 361c6ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/installation/manual.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,14 @@ The following commands vary depending on the version of Invoke being installed a
7171
7272
7. Determine the `PyPI` index URL to use for installation, if any. This is necessary to get the right version of torch installed.
7373
74-
=== "Invoke v5 or later"
74+
=== "Invoke v5.10.0 and later"
75+
76+
- If you are on Windows or Linux with an Nvidia GPU, use `https://download.pytorch.org/whl/cu126`.
77+
- If you are on Linux with no GPU, use `https://download.pytorch.org/whl/cpu`.
78+
- If you are on Linux with an AMD GPU, use `https://download.pytorch.org/whl/rocm6.2.4`.
79+
- **In all other cases, do not use an index.**
80+
81+
=== "Invoke v5.0.0 to v5.9.1"
7582
7683
- If you are on Windows with an Nvidia GPU, use `https://download.pytorch.org/whl/cu124`.
7784
- If you are on Linux with no GPU, use `https://download.pytorch.org/whl/cpu`.

0 commit comments

Comments
 (0)