Skip to content

Commit 7a342f5

Browse files
leichao.lcjianzszzy-ContiLearnfems14DreamerLeader
committed
[P/D] Mooncake Connector for v1 distributed
Co-authored-by: jianzs <zheng.shoujian@outlook.com> Co-authored-by: zzy-ContiLearn <1831242919@qq.com> Co-authored-by: fems14 <1804143737@qq.com> Co-authored-by: Dreamerleader <2270923832@qq.com> Co-authored-by: chris668899 <15105191595@126.com> Co-authored-by: Pz1116 <zpbzpb123123@gmail.com> Signed-off-by: leichao.lc <leichao139636@163.com>
1 parent d96da1f commit 7a342f5

File tree

3 files changed

+1023
-0
lines changed

3 files changed

+1023
-0
lines changed

vllm_ascend/distributed/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@
2525
KVConnectorFactory.register_connector(
2626
"AscendSimpleConnector",
2727
"vllm_ascend.distributed.kv_transfer.simple_connector", "SimpleConnector")
28+
29+
KVConnectorFactory.register_connector(
30+
"MooncakeConnector",
31+
"vllm_ascend.distributed.mooncake_connector",
32+
"MooncakeConnector")

0 commit comments

Comments
 (0)