mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Feature] EngineWorkerQueue anonymous port (#4597)
* EngineWorkerQueue 支持匿名端口设置 * EngineWorkerQueue 支持匿名端口设置 * EngineWorkerQueue 支持匿名端口设置 * EngineWorkerQueue 支持匿名端口设置 * EngineWorkerQueue 支持匿名端口设置
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user