Skip to content

Commit

Permalink
[Bugfix] Fix unsupported FA version check for Turing GPU (vllm-projec…
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py authored Feb 6, 2025
1 parent afe74f7 commit 8108ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/attention/backends/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,5 +612,5 @@ def flash_attn_version():
return fa_version

VLLM_FLASH_ATTN_VERSION = flash_attn_version()
except ImportError:
except (ImportError, AssertionError):
VLLM_FLASH_ATTN_VERSION = None

0 comments on commit 8108ac8

Please sign in to comment.