We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to run the command "python3 run.py --encoder vitl --img-path assets/examples --outdir depth_vis"
But it showed error because of certain operator not found:
NotImplementedError: No operator found for memory_efficient_attention_forward with inputs: query : shape=(1, 2073, 16, 64) (torch.float32) key : shape=(1, 2073, 16, 64) (torch.float32) value : shape=(1, 2073, 16, 64) (torch.float32) attn_bias : <class 'NoneType'> p : 0.0 fa2F@v2.5.7-pt is not supported because: device=cpu (supported: {'cuda'}) dtype=torch.float32 (supported: {torch.float16, torch.bfloat16}) cutlassF-pt is not supported because:
memory_efficient_attention_forward
fa2F@v2.5.7-pt
cutlassF-pt
How to solve this? Thanks before
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try to run the command "python3 run.py --encoder vitl --img-path assets/examples --outdir depth_vis"
But it showed error because of certain operator not found:
NotImplementedError: No operator found for
memory_efficient_attention_forward
with inputs:query : shape=(1, 2073, 16, 64) (torch.float32)
key : shape=(1, 2073, 16, 64) (torch.float32)
value : shape=(1, 2073, 16, 64) (torch.float32)
attn_bias : <class 'NoneType'>
p : 0.0
fa2F@v2.5.7-pt
is not supported because:device=cpu (supported: {'cuda'})
dtype=torch.float32 (supported: {torch.float16, torch.bfloat16})
cutlassF-pt
is not supported because:How to solve this? Thanks before
The text was updated successfully, but these errors were encountered: