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
4b7817c1
Unverified
Commit
4b7817c1
authored
Jun 03, 2025
by
Nicolò Lucchesi
Committed by
GitHub
Jun 03, 2025
Browse files
[Misc] Add missing `_Backend` enums (#19081)
Signed-off-by:
nicklucche
<
nlucches@redhat.com
>
parent
d00dd65c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/platforms/interface.py
vllm/platforms/interface.py
+2
-0
No files found.
vllm/platforms/interface.py
View file @
4b7817c1
...
...
@@ -47,6 +47,8 @@ class _Backend(enum.Enum):
TORCH_SDPA
=
enum
.
auto
()
FLASHINFER
=
enum
.
auto
()
TRITON_MLA
=
enum
.
auto
()
# Supported by V1
TRITON_MLA_VLLM_V1
=
enum
.
auto
()
FLASHMLA_VLLM_V1
=
enum
.
auto
()
FLASHMLA
=
enum
.
auto
()
# Supported by V1
HPU_ATTN
=
enum
.
auto
()
PALLAS
=
enum
.
auto
()
...
...
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