Skip to content

Commit 78f6617

Browse files
test multinode
1 parent 5bbb5f8 commit 78f6617

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/vllm/ec2/test_artifacts/test_ec2.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ def create_benchmark_command() -> str:
4646
"""Create command for running benchmark"""
4747
return f"""
4848
python3 /fsx/vllm-dlc/vllm/benchmarks/benchmark_serving.py \
49+
--model deepseek-ai/DeepSeek-R1-Distill-Qwen-7B \
4950
--backend vllm \
50-
--model {MODEL_NAME} \
51-
--endpoint /v1/chat/completions \
51+
--base-url "http://localhost:8000" \
52+
--endpoint '/v1/completions' \
5253
--dataset-name sharegpt \
5354
--dataset-path /fsx/vllm-dlc/ShareGPT_V3_unfiltered_cleaned_split.json \
5455
--num-prompts 1000

0 commit comments

Comments
 (0)