Typo fix preventing Linux pip install
This commit is contained in:
parent
1e645deebe
commit
1875bccab8
2
setup.sh
2
setup.sh
@ -232,7 +232,7 @@ install_python_dependencies() {
|
|||||||
"linux-gnu"*) pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 \
|
"linux-gnu"*) pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 \
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu116 >&3 &&
|
--extra-index-url https://download.pytorch.org/whl/cu116 >&3 &&
|
||||||
pip install -U -I --no-deps \
|
pip install -U -I --no-deps \
|
||||||
https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/downloadlinux/xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl >&3 ;;
|
https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/linux/xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl >&3 ;;
|
||||||
"darwin"*) pip install torch==2.0.0 torchvision==0.15.1 \
|
"darwin"*) pip install torch==2.0.0 torchvision==0.15.1 \
|
||||||
-f https://download.pytorch.org/whl/cpu/torch_stable.html >&3 ;;
|
-f https://download.pytorch.org/whl/cpu/torch_stable.html >&3 ;;
|
||||||
"cygwin")
|
"cygwin")
|
||||||
|
Loading…
Reference in New Issue
Block a user