Skip to content

Commit fca585c

Browse files
committed
[Fix] fix cache transfer manager args
1 parent 8330fbc commit fca585c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastdeploy/cache_manager/prefix_cache_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ def launch_cache_manager(
320320
+ f" --pod_ip {pod_ip}"
321321
+ f" --engine_worker_queue_port {engine_worker_queue_port}"
322322
+ f" --num_cpu_blocks {cache_config.num_cpu_blocks}"
323-
+ f" --ipc_suffix {ipc_suffix}"
324323
+ f" --protocol {cache_config.cache_transfer_protocol}"
325324
+ f" --local_data_parallel_id {self.local_data_parallel_id}"
326325
+ f" --rdma_port {cache_config.local_rdma_comm_ports[i] if cache_config.local_rdma_comm_ports is not None else '0'}"

0 commit comments

Comments
 (0)