[Feature] EngineWorkerQueue anonymous port (#4597)

* EngineWorkerQueue 支持匿名端口设置

* EngineWorkerQueue 支持匿名端口设置

* EngineWorkerQueue 支持匿名端口设置

* EngineWorkerQueue 支持匿名端口设置

* EngineWorkerQueue 支持匿名端口设置
This commit is contained in:
Daci
2025-10-28 10:22:37 +08:00
committed by GitHub
parent 7681375a19
commit 6426414a0f
5 changed files with 46 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ class EngineArgs:
The amount of CPU memory to offload to.
"""
cache_queue_port: str = "8003"
cache_queue_port: str = "0"
"""
Port for cache queue.
"""
@@ -236,7 +236,7 @@ class EngineArgs:
Flag to enable the custom all-reduce kernel.
"""
engine_worker_queue_port: str = "8002"
engine_worker_queue_port: str = "0"
"""
Port for worker queue communication.
"""