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
4a2d33e3
Unverified
Commit
4a2d33e3
authored
Sep 17, 2025
by
samzong
Committed by
GitHub
Sep 17, 2025
Browse files
[Docs] vllm/benchmarks/datasets.py fix docstring param format. (#24970)
Signed-off-by:
samzong
<
samzong.lu@gmail.com
>
parent
8f3616f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
vllm/benchmarks/datasets.py
vllm/benchmarks/datasets.py
+5
-5
No files found.
vllm/benchmarks/datasets.py
View file @
4a2d33e3
...
...
@@ -200,8 +200,7 @@ class BenchmarkDataset(ABC):
tokenizer (PreTrainedTokenizerBase): The tokenizer to be used
for processing the dataset's text.
num_requests (int): The number of sample requests to generate.
request_id_prefix (str) The prefix of request_id.
request_id_prefix (str): The prefix of request_id.
Returns:
list[SampleRequest]: A list of sample requests generated from the
...
...
@@ -224,7 +223,8 @@ class BenchmarkDataset(ABC):
requests (List[SampleRequest]): The current list of sampled
requests.
num_requests (int): The target number of requests.
request_id_prefix (str) The prefix of the request ids.
request_id_prefix (str): The prefix applied to generated request
identifiers.
"""
if
no_oversample
:
...
...
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