[Bug]: NotImplementedError: No operator found for memory_efficient_attention_forward
with inputs: query
#10429
Closed
1 task done
Labels
not-an-issue
This issue is not with the repo itself.
Is there an existing issue for this?
What happened?
When I generate a picture and the picture progress bar is about to end, the webUI page will report the following error:
NotImplementedError: No operator found for
memory_efficient_attention_forward
with inputs: query : shape=(1, 4096, 1, 512) (torch.float32) key : shape=(1, 4096, 1, 512) (torch.float32) value : shape=(1, 4096, 1, 512) (torch.float32) attn_bias : <class 'NoneType'> p : 0.0cutlassF
is not supported because: device=mps (supported: {'cuda'})flshattF
is not supported because: device=mps (supported: {'cuda'}) dtype=torch.float32 (supported: {torch.bfloat16, torch.float16}) max(query.shape[-1] != value.shape[-1]) > 128 Operator wasn't built - seepython -m xformers.info
for more infotritonflashattF
is not supported because: device=mps (supported: {'cuda'}) dtype=torch.float32 (supported: {torch.bfloat16, torch.float16}) max(query.shape[-1] != value.shape[-1]) > 128 Operator wasn't built - seepython -m xformers.info
for more info triton is not availablesmallkF
is not supported because: device=mps (supported: {'cpu', 'cuda'}) max(query.shape[-1] != value.shape[-1]) > 32 unsupported embed per head: 512Steps to reproduce the problem
What should have happened?
normal operation
Commit where the problem happens
89f9faa
What platforms do you use to access the UI ?
MacOS
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
List of extensions
否
Console logs
Additional information
My operating system:MacOS 13.3.1
pytorch version:2.0.0 / 2.0.1(I've tried it all before)
xformers version:0.0.16
python version:3.10.9
The text was updated successfully, but these errors were encountered: