Replies: 1 comment
-
From what it looks like, it can't load cudnn. Make sure that cuda is installed properly. If it is installed, try running cmd as administrator. You could also try replacing the cudnn dll files at Python310\lib\site-packages\torch\lib\ with the ones from here. Also, is there a reason why you are manually building xformers instead of using the preinstalled ones from --xformers? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello I'm trying to install xformers and i am stuck at this step. Can anyone help me?.
I already have Visual Studio 2022, Git, Cuda, python 3.10.6 and i think pytorch as well, but not sure and keep getting this error on the last step when i am in xformers repositary and trying to execute

pip install -e.
:I was following this guides:
Do you have any idea where can be the issue???
Much thanks for all the replies
Beta Was this translation helpful? Give feedback.
All reactions