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
7171
72727. 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.10.0 and later"
74+ === "Invoke v5.12 and later"
75+
76+ - If you are on Windows or Linux with an Nvidia GPU, use `https://download.pytorch.org/whl/cu128`.
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.10.0 to v5.11.0"
7582
7683 - If you are on Windows or Linux with an Nvidia GPU, use `https://download.pytorch.org/whl/cu126`.
7784 - 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