We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbb5f8 commit 78f6617Copy full SHA for 78f6617
test/vllm/ec2/test_artifacts/test_ec2.py
@@ -46,9 +46,10 @@ def create_benchmark_command() -> str:
46
"""Create command for running benchmark"""
47
return f"""
48
python3 /fsx/vllm-dlc/vllm/benchmarks/benchmark_serving.py \
49
+ --model deepseek-ai/DeepSeek-R1-Distill-Qwen-7B \
50
--backend vllm \
- --model {MODEL_NAME} \
51
- --endpoint /v1/chat/completions \
+ --base-url "http://localhost:8000" \
52
+ --endpoint '/v1/completions' \
53
--dataset-name sharegpt \
54
--dataset-path /fsx/vllm-dlc/ShareGPT_V3_unfiltered_cleaned_split.json \
55
--num-prompts 1000
0 commit comments