Skip to content

Commit 22d423f

Browse files
committed
add log for demo
1 parent 1bf5b04 commit 22d423f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/demo/run_vllm_serving.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ wait_for_log_update() {
241241
echo -e "\e[32mInstalling gradio...\e[0m" >&2
242242
pip install gradio
243243
echo -e "\e[32mStart gradio webui...\e[0m" >&2
244+
echo -e "\e[32mContainer: $CONTAINER_NAME\e[0m" >&2
244245
setsid python -u ./gradio_demo/app.py --ip "$host" --port "$port" --model-name "$model_name" | tee -a webui.log &
245246
wait $! # 等待该进程结束
246247
exit 0

0 commit comments

Comments
 (0)