Skip to content

Commit

Permalink
Rebuild image with old spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ben norris committed Feb 4, 2025
1 parent 5e307ae commit f0f4aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fi
# Start the API server with the specified or default settings
python3 -m vllm.entrypoints.openai.api_server \
--tensor-parallel-size $NUM_GPU \
--worker-use-ray
--host 0.0.0.0 \
--port "$PORT" \
--model "$MODEL" \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vllm==0.7.1
vllm==0.6.4
hf_transfer
accelerate

0 comments on commit f0f4aa3

Please sign in to comment.