[UX] Rename CUTLASS_MLA_VLLM_V1 to CUTLASS_MLA (#21966)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2025-07-30 23:40:34 -04:00
committed by GitHub
parent ec02e536df
commit 61445453df
4 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ class CutlassMLABackend(MLACommonBackend):
@staticmethod
def get_name() -> str:
return "CUTLASS_MLA_VLLM_V1"
return "CUTLASS_MLA"
@staticmethod
def get_impl_cls() -> type["CutlassMLAImpl"]: