Skip to content

Commit e8b3303

Browse files
committed
fix(vllm_musa): update gradio version for demo
1 parent c564b56 commit e8b3303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_musa/start_vllm_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ wait_for_log_update() {
147147
[ "$current_size" -ne "$last_size" ]; then
148148
if [ "$WEBUI" == "true" ]; then
149149
echo -e "\e[32mInstalling gradio...\e[0m" >&2
150-
pip install gradio
150+
pip install -U gradio
151151
echo -e "\e[32mStart gradio webui...\e[0m" >&2
152152
echo -e "\e[32mContainer: $CONTAINER_NAME\e[0m" >&2
153153
setsid python -u ./gradio_demo/app.py --ip "$host" --port "$port" --model-name "$model_name" | tee -a webui.log &

0 commit comments

Comments
 (0)