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 1bf5b04 commit 22d423fCopy full SHA for 22d423f
vllm/demo/run_vllm_serving.sh
@@ -241,6 +241,7 @@ wait_for_log_update() {
241
echo -e "\e[32mInstalling gradio...\e[0m" >&2
242
pip install gradio
243
echo -e "\e[32mStart gradio webui...\e[0m" >&2
244
+ echo -e "\e[32mContainer: $CONTAINER_NAME\e[0m" >&2
245
setsid python -u ./gradio_demo/app.py --ip "$host" --port "$port" --model-name "$model_name" | tee -a webui.log &
246
wait $! # 等待该进程结束
247
exit 0
0 commit comments