Skip to content

Commit

Permalink
vllm parameters added
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkersigirci committed Jan 20, 2025
1 parent a8dd860 commit 37741fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/start_vllm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ MODEL_PATH=$LIBRARY_BASE_PATH/models/$SERVED_MODEL_NAME
# --num-scheduler-steps 8 \
# --enable-chunked-prefill \
# --chat-template $LIBRARY_BASE_PATH/prompt_templates/codestral.jinja
# --enable-auto-tool-choice \
# --tool-call-parser llama3_json

# python -m vllm.entrypoints.openai.api_server \
vllm serve $MODEL_PATH \
Expand Down

0 comments on commit 37741fd

Please sign in to comment.