[feature] kv transfer support of ascend npu (#7795)

Co-authored-by: liupeng <liupeng374@huawei.com>
This commit is contained in:
ronnie_zheng
2025-07-11 00:07:51 -07:00
committed by GitHub
co-authored by liupeng
parent 615553079d
commit 86044712c6
10 changed files with 267 additions and 53 deletions
+1 -1
View File
@@ -1621,7 +1621,7 @@ class ServerArgs:
"--disaggregation-transfer-backend",
type=str,
default=ServerArgs.disaggregation_transfer_backend,
choices=["mooncake", "nixl"],
choices=["mooncake", "nixl", "ascend"],
help="The backend for disaggregation transfer. Default is mooncake.",
)
parser.add_argument(