Unverified Commit 8108ac84 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[Bugfix] Fix unsupported FA version check for Turing GPU (#12828)

parent afe74f7a
......@@ -612,5 +612,5 @@ try:
return fa_version
VLLM_FLASH_ATTN_VERSION = flash_attn_version()
except ImportError:
except (ImportError, AssertionError):
VLLM_FLASH_ATTN_VERSION = None
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment