sofianhw commited on
Commit
0c01691
1 Parent(s): 965f867

fix host and model

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -8,4 +8,4 @@ else
8
  fi
9
 
10
  # Run the provided command
11
- exec python3 -u -m vllm.entrypoints.openai.api_server "${HF_MODEL}" --host "0.0.0.0" --port 7860
 
8
  fi
9
 
10
  # Run the provided command
11
+ exec python3 -u -m vllm.entrypoints.openai.api_server --model "${HF_MODEL}" --host 0.0.0.0 --port 7860