[NPU]LoRA: Adding Torch Native backend (#14132)

This commit is contained in:
Vladimir Serov
2025-12-07 21:16:07 +03:00
committed by GitHub
parent c8683ae305
commit f124539a01
8 changed files with 979 additions and 16 deletions

View File

@@ -131,7 +131,7 @@ ATTENTION_BACKEND_CHOICES = [
"intel_xpu",
]
LORA_BACKEND_CHOICES = ["triton", "csgmv", "ascend"]
LORA_BACKEND_CHOICES = ["triton", "csgmv", "ascend", "torch_native"]
DISAGG_TRANSFER_BACKEND_CHOICES = ["mooncake", "nixl", "ascend", "fake"]