File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ class EngineArgs:
185
185
Flag to enable the custom all-reduce kernel.
186
186
"""
187
187
188
- engine_worker_queue_port : int = 8002
188
+ engine_worker_queue_port : str = " 8002"
189
189
"""
190
190
Port for worker queue communication.
191
191
"""
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def __init__(
76
76
speculative_config : Optional [Dict [str , Any ]] = None ,
77
77
graph_optimization_config : Optional [Dict [str , Any ]] = None ,
78
78
use_warmup : bool = False ,
79
- engine_worker_queue_port : int = 8002 ,
79
+ engine_worker_queue_port : str = " 8002" ,
80
80
limit_mm_per_prompt : Optional [Dict [str , Any ]] = None ,
81
81
mm_processor_kwargs : Optional [Dict [str , Any ]] = None ,
82
82
# enable_mm: bool = False,
You can’t perform that action at this time.
0 commit comments