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 78f58da commit 7dbe866Copy full SHA for 7dbe866
vllm/demo/run_vllm_serving.sh
@@ -242,7 +242,7 @@ wait_for_log_update() {
242
echo "Installing gradio..." >&2
243
pip install gradio
244
echo "Start gradio webui..." >&2
245
- nohup create_web_ui "$host" "$port" "$model_name" 2>&1 | tee -a webui.log &
+ create_web_ui "$host" "$port" "$model_name" 2>&1 | tee -a webui.log &
246
echo -e "\e[0m"
247
wait $! # 等待该进程结束
248
exit 0
0 commit comments