From 98c217b4287e49b8eb6d4f34e10cd7f2ee5dd785 Mon Sep 17 00:00:00 2001 From: ltd0924 <32387785+ltd0924@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:30:51 +0800 Subject: [PATCH] Update config.py (#3669) --- fastdeploy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdeploy/config.py b/fastdeploy/config.py index 1bf42a172..07468cb84 100644 --- a/fastdeploy/config.py +++ b/fastdeploy/config.py @@ -1310,7 +1310,7 @@ class FDConfig: if protocol == "ipc": disaggregate_info["cache_info"][protocol] = { "ip": self.host_ip, - "port": self.engine_worker_queue_port, + "port": self.engine_worker_queue_port[self.parallel_config.local_data_parallel_id], "device_ids": self.local_device_ids, } elif protocol == "rdma":