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
6482e389
Unverified
Commit
6482e389
authored
Dec 17, 2025
by
Hank_
Committed by
GitHub
Dec 17, 2025
Browse files
chores: adjust the attn register param order (#30688)
Signed-off-by:
Hank
<
hcc.mayday@gmail.com
>
parent
fb980eb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/attention/backends/registry.py
vllm/attention/backends/registry.py
+1
-1
No files found.
vllm/attention/backends/registry.py
View file @
6482e389
...
@@ -201,8 +201,8 @@ _MAMBA_ATTN_OVERRIDES: dict[MambaAttentionBackendEnum, str] = {}
...
@@ -201,8 +201,8 @@ _MAMBA_ATTN_OVERRIDES: dict[MambaAttentionBackendEnum, str] = {}
def
register_backend
(
def
register_backend
(
backend
:
AttentionBackendEnum
|
MambaAttentionBackendEnum
,
backend
:
AttentionBackendEnum
|
MambaAttentionBackendEnum
,
is_mamba
:
bool
=
False
,
class_path
:
str
|
None
=
None
,
class_path
:
str
|
None
=
None
,
is_mamba
:
bool
=
False
,
)
->
Callable
[[
type
],
type
]:
)
->
Callable
[[
type
],
type
]:
"""Register or override a backend implementation.
"""Register or override a backend implementation.
...
...
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