We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db11c7 commit 30fabfeCopy full SHA for 30fabfe
gpt_server/utils.py
@@ -141,7 +141,7 @@ def start_server(
141
logger.warning(
142
f"端口:{used_ports} 已被占用!为了系统的正常运行,请确保是被已启动的gpt_server服务占用。"
143
)
144
- if 21001 not in used_ports:
+ if controller_port not in used_ports:
145
# 启动控制器
146
start_controller(controller_host, controller_port, dispatch_method)
147
if port not in used_ports:
0 commit comments