Unverified Commit 4b7817c1 authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[Misc] Add missing `_Backend` enums (#19081)


Signed-off-by: default avatarnicklucche <nlucches@redhat.com>
parent d00dd65c
......@@ -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()
......
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