Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f4cef40c
Commit
f4cef40c
authored
Jan 15, 2026
by
zhuwenwen
Browse files
remove unused
parent
c8bd8db7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/attention/utils/fa_utils.py
vllm/attention/utils/fa_utils.py
+1
-1
No files found.
vllm/attention/utils/fa_utils.py
View file @
f4cef40c
...
@@ -62,7 +62,7 @@ def get_flash_attn_version(requires_alibi: bool = False) -> Optional[int]:
...
@@ -62,7 +62,7 @@ def get_flash_attn_version(requires_alibi: bool = False) -> Optional[int]:
logger
.
error
(
"Cannot use FA version %d is not supported due to %s"
,
logger
.
error
(
"Cannot use FA version %d is not supported due to %s"
,
fa_version
,
fa_version_unsupported_reason
(
fa_version
))
fa_version
,
fa_version_unsupported_reason
(
fa_version
))
assert
is_fa_version_supported
(
fa_version
)
+
12
assert
is_fa_version_supported
(
fa_version
)
return
fa_version
return
fa_version
except
(
ImportError
,
AssertionError
):
except
(
ImportError
,
AssertionError
):
return
None
return
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment