Skip to content
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

NotImplementedError: No operator found for memory_efficient_attention_forward with inputs: #167

Open
tanghu55 opened this issue Nov 29, 2024 · 2 comments

Comments

@tanghu55
Copy link

raise NotImplementedError(msg)
NotImplementedError: No operator found for memory_efficient_attention_forward with inputs:
query : shape=(40, 1564, 1, 64) (torch.float32)
key : shape=(40, 1564, 1, 64) (torch.float32)
value : shape=(40, 1564, 1, 64) (torch.float32)
attn_bias : <class 'NoneType'>
p : 0.0
[email protected] is not supported because:
xFormers wasn't build with CUDA support
requires device with capability > (8, 0) but your GPU has capability (7, 5) (too old)
dtype=torch.float32 (supported: {torch.bfloat16, torch.float16})
operator wasn't built - see python -m xformers.info for more info
cutlassF is not supported because:
xFormers wasn't build with CUDA support
operator wasn't built - see python -m xformers.info for more info
这是GPU不够吗

@kijai
Copy link
Owner

kijai commented Nov 29, 2024

Your xformers install is not working, either fix that or just uninstall it, it's not necessary to use SUPIR.

@tanghu55
Copy link
Author

没有安装xformers 也装不上xformers @kijai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants