Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cd/templates/template_vllm_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ printf "\nvllm bench serve \
--num-prompts $NUM_PROMPTS \
--max-concurrency $CONCURRENT_REQ \
--metric-percentiles 90 \
--temperature 0 \
--ignore-eos \
--trust-remote-code \
--save-result \
Expand All @@ -56,6 +57,7 @@ vllm bench serve \
--num-prompts $NUM_PROMPTS \
--max-concurrency $CONCURRENT_REQ \
--metric-percentiles 90 \
--temperature 0 \
--ignore-eos \
--trust-remote-code \
--save-result \
Expand Down
Loading