Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vllm_musa/start_vllm_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ wait_for_log_update() {
[ "$current_size" -ne "$last_size" ]; then
if [ "$WEBUI" == "true" ]; then
echo -e "\e[32mInstalling gradio...\e[0m" >&2
pip install gradio
pip install -U gradio
echo -e "\e[32mStart gradio webui...\e[0m" >&2
echo -e "\e[32mContainer: $CONTAINER_NAME\e[0m" >&2
setsid python -u ./gradio_demo/app.py --ip "$host" --port "$port" --model-name "$model_name" | tee -a webui.log &
Expand Down