Skip to content

Commit e487d63

Browse files
committed
update serving
1 parent 56adbd2 commit e487d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/demo/run_vllm_serving.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ wait_for_log_update() {
242242
echo "Installing gradio..." >&2
243243
pip install gradio
244244
echo "Start gradio webui..." >&2
245-
create_web_ui "$host" "$port" "$model_name" 2>&1 | tee -a webui.log
245+
create_web_ui "$host" "$port" "$model_name" >&2
246246
echo -e "\e[0m"
247247
wait $! # 等待该进程结束
248248
exit 0

0 commit comments

Comments
 (0)