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 c564b56 commit e8b3303Copy full SHA for e8b3303
vllm_musa/start_vllm_server.sh
@@ -147,7 +147,7 @@ wait_for_log_update() {
147
[ "$current_size" -ne "$last_size" ]; then
148
if [ "$WEBUI" == "true" ]; then
149
echo -e "\e[32mInstalling gradio...\e[0m" >&2
150
- pip install gradio
+ pip install -U gradio
151
echo -e "\e[32mStart gradio webui...\e[0m" >&2
152
echo -e "\e[32mContainer: $CONTAINER_NAME\e[0m" >&2
153
setsid python -u ./gradio_demo/app.py --ip "$host" --port "$port" --model-name "$model_name" | tee -a webui.log &
0 commit comments