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
ad60bbb2
Unverified
Commit
ad60bbb2
authored
Mar 06, 2025
by
Daniel Li
Committed by
GitHub
Mar 06, 2025
Browse files
[Doc] Fix a typo (#14385)
parent
0578e5a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
benchmarks/benchmark_serving.py
benchmarks/benchmark_serving.py
+1
-1
No files found.
benchmarks/benchmark_serving.py
View file @
ad60bbb2
...
@@ -174,7 +174,7 @@ def sample_sonnet_requests(
...
@@ -174,7 +174,7 @@ def sample_sonnet_requests(
)
->
list
[
tuple
[
str
,
str
,
int
,
int
,
None
]]:
)
->
list
[
tuple
[
str
,
str
,
int
,
int
,
None
]]:
assert
(
assert
(
input_len
>
prefix_len
input_len
>
prefix_len
),
"'args.sonnet-input-len' must be greater than 'args.prefix
-input
-len'."
),
"'args.sonnet-input-len' must be greater than 'args.
sonnet-
prefix-len'."
# Load the dataset.
# Load the dataset.
with
open
(
dataset_path
,
encoding
=
'utf-8'
)
as
f
:
with
open
(
dataset_path
,
encoding
=
'utf-8'
)
as
f
:
...
...
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