xFormers error. Google Colab #16892
Unanswered
key-key123
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Because xFormers was built for: PyTorch 2.4.0+cu121 with CUDA 1201 (you have 2.6.0+cu124). Please reinstall xformers. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.4.0+cu121 with CUDA 1201 (you have 2.6.0+cu124)
Python 3.10.14 (you have 3.11.11)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
This message appears, and even when I press the image generation button, an error occurs. Why is this happening? Until yesterday, there were no issues. I am using Colab.
Beta Was this translation helpful? Give feedback.
All reactions