File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,14 @@ The following commands vary depending on the version of Invoke being installed a
71
71
72
72
7. Determine the `PyPI` index URL to use for installation, if any. This is necessary to get the right version of torch installed.
73
73
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"
75
82
76
83
- If you are on Windows with an Nvidia GPU, use `https://download.pytorch.org/whl/cu124`.
77
84
- If you are on Linux with no GPU, use `https://download.pytorch.org/whl/cpu`.
You can’t perform that action at this time.
0 commit comments