mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-23 17:14:30 +08:00
[Bugfix] Fix unsupported FA version check for Turing GPU (#12828)
This commit is contained in:
parent
afe74f7a96
commit
8108ac841d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user