Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3453b964
Unverified
Commit
3453b964
authored
Mar 15, 2025
by
Roger Wang
Committed by
GitHub
Mar 16, 2025
Browse files
[Misc][Doc] Minor benchmark README update (#14874)
Signed-off-by:
Roger Wang
<
ywang@roblox.com
>
parent
61c6a5a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
benchmarks/README.md
benchmarks/README.md
+2
-2
No files found.
benchmarks/README.md
View file @
3453b964
...
...
@@ -82,10 +82,10 @@ Then run the benchmarking script
# wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
MODEL_NAME
=
"NousResearch/Hermes-3-Llama-3.1-8B"
NUM_PROMPTS
=
10
BACKEND
=
"
openai-chat
"
BACKEND
=
"
vllm
"
DATASET_NAME
=
"sharegpt"
DATASET_PATH
=
"<your data path>/ShareGPT_V3_unfiltered_cleaned_split.json"
python3 vllm/benchmarks/benchmark_serving.py
--backend
${
BACKEND
}
--model
${
MODEL_NAME
}
--endpoint
/v1/
chat/
completions
--dataset-name
${
DATASET_NAME
}
--dataset-path
${
DATASET_PATH
}
--num-prompts
${
NUM_PROMPTS
}
python3 vllm/benchmarks/benchmark_serving.py
--backend
${
BACKEND
}
--model
${
MODEL_NAME
}
--endpoint
/v1/completions
--dataset-name
${
DATASET_NAME
}
--dataset-path
${
DATASET_PATH
}
--num-prompts
${
NUM_PROMPTS
}
```
If successful, you will see the following output
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment