Skip to content

Commit ec361e5

Browse files
committed
update start vllm server script
1 parent f1f1da0 commit ec361e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm_musa/start_vllm_server.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ build_final_args() {
118118
FINAL_ARGS=(
119119
"$MODEL"
120120
"--port" "$DEFAULT_PORT"
121+
"--host" "$DEFAULT_HOST"
121122
"--gpu-memory-utilization" "$DEFAULT_GPU_UTIL"
122123
"--tensor-parallel-size" "$DEFAULT_TP_SIZE"
123124
"--max-model-len" "$DEFAULT_MODEL_LEN"

0 commit comments

Comments
 (0)