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
As of #12093 Flash Attention 3 is now supported in vLLM for Hopper GPUs (SM 9.0).
It can also be enabled for SM 8.0 and 8.7 using VLLM_FLASH_ATTN_VERSION=3.
VLLM_FLASH_ATTN_VERSION=3
For 8.6 and 8.9 its fully disabled since they don't have enough shared memory for the current implementation, some work needs to be done here.
This issue tracks the remaining features that have yet to be implemented
The text was updated successfully, but these errors were encountered:
As of #12093 Flash Attention 3 is now supported in vLLM for Hopper GPUs (SM 9.0). It can also be enabled for SM 8.0 and 8.7 using VLLM_FLASH_ATTN_VERSION=3. For 8.6 and 8.9 its fully disabled since they don't have enough shared memory for the current implementation, some work needs to be done here. This issue tracks the remaining features that have yet to be implemented Hardware Support SM 8.9 Ada Lovelace (L4, L40s) Support[ ] SM 8.6 Ampere (A6000) Support Optimizations FP8 Attention
Watch
Sorry, something went wrong.
No branches or pull requests
As of #12093 Flash Attention 3 is now supported in vLLM for Hopper GPUs (SM 9.0).
It can also be enabled for SM 8.0 and 8.7 using
VLLM_FLASH_ATTN_VERSION=3
.For 8.6 and 8.9 its fully disabled since they don't have enough shared memory for the current implementation, some work needs to be done here.
This issue tracks the remaining features that have yet to be implemented
Hardware Support
Optimizations
The text was updated successfully, but these errors were encountered: