-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not run xformers::efficient_attention_forward_cutlass #2073
Comments
do you have Cutlass installed?
either you can try and install cutlass, or you can uninstall xformers
|
well i just delete xformers folder and recomplie, with torch_cuda_arch_list, it worked now |
If anyone is having trouble with that in Docker, that helped me: (change TORCH_CUDA_ARCH_LIST to your value). 8.6 is for RTX 3060
|
i have 3090ti, 20.04.1-Ubuntu, and run:
|
If you're on a local Ubuntu or Ubuntu Desktop instance please see this issue instead first: #4942. I will add details there of some cleanup I had to do after attempting the fix from this PR. cc @kkimmm |
Also I'm unsure why you'd want to set |
CUDA_VISIBLE_DEVICES is a list of CUDA DEVICE ID slots, https://developer.nvidia.com/blog/cuda-pro-tip-control-gpu-visibility-cuda_visible_devices/ they are number 0, 1, 2 etc. |
Ah okay got it. Looks like I read some misguided information on this. Thanks for the clarification @Thomas-MMJ |
I believe arch list is not meant to be your cuda version - refer to https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#gpu-feature-list |
So how to fix it? |
Closing as stale. |
* fix tiled vae * fix tiled vae
today i decided to try xformer, after many failed install, after all, it successful installed. When i press generate, it just have above error
CUDA lastest, before xformers installed and run with command, everything just work normal.
The text was updated successfully, but these errors were encountered: