colinmcnamara / austin_langchain

Austin LangChain
66 stars 11 forks source link

Lab 5 : Ollama Auto1111 #42

Open juleshenry opened 1 month ago

juleshenry commented 1 month ago

pip install is no longer up to date : "torch==2.1.2 torchvision==0.16.2" deprecated.

RuntimeError: Couldn't install torch.
Command: "{...}/stable-diffusion-webui/venv/bin/python3" -m pip install torch==2.1.2 torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu121

Fix is: pip3 install torch==2.2.0 torchvision==0.17.0 --extra-index-url https://download.pytorch.org/whl/cu121

lalanikarim commented 1 month ago

@juleshenry What step are you running into this error?