How to use the recommended versions of torch and xformers? #84
Unanswered
Bullseye110
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The error is this:
I use these:
!pip install -q torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 torchtext==0.15.2 torchdata==0.6.1 --extra-index-url https://download.pytorch.org/whl/cu118 -U
!pip install -q xformers==0.0.20 triton==2.0.0 gradio_client==0.2.7 -U
What do I have to change in the versions from above?
Thank you and well done with this webui!
Beta Was this translation helpful? Give feedback.
All reactions