Alexandre-Numind commited on
Commit
6b5f9db
·
verified ·
1 Parent(s): c19e50b

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -2
start.sh CHANGED
@@ -7,8 +7,7 @@ GRADIO_PORT="${GRADIO_SERVER_PORT:-7860}"
7
 
8
  echo "Starting vLLM with model: ${MODEL_NAME}"
9
 
10
- python -m vllm.entrypoints.openai.api_server \
11
- --model "${MODEL_NAME}" \
12
  --served-model-name "${MODEL_NAME}" \
13
  --host 127.0.0.1 \
14
  --port "${VLLM_PORT}" \
 
7
 
8
  echo "Starting vLLM with model: ${MODEL_NAME}"
9
 
10
+ vllm serve "${MODEL_NAME}" \
 
11
  --served-model-name "${MODEL_NAME}" \
12
  --host 127.0.0.1 \
13
  --port "${VLLM_PORT}" \