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
27302dd5
Unverified
Commit
27302dd5
authored
Oct 04, 2024
by
Cody Yu
Committed by
GitHub
Oct 04, 2024
Browse files
[Misc] Fix CI lint (#9085)
parent
0cc566ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
benchmarks/benchmark_prefix_caching.py
benchmarks/benchmark_prefix_caching.py
+3
-1
No files found.
benchmarks/benchmark_prefix_caching.py
View file @
27302dd5
...
@@ -194,7 +194,9 @@ if __name__ == "__main__":
...
@@ -194,7 +194,9 @@ if __name__ == "__main__":
default
=
'128:256'
,
default
=
'128:256'
,
help
=
'Range of input lengths for sampling prompts,'
help
=
'Range of input lengths for sampling prompts,'
'specified as "min:max" (e.g., "128:256").'
)
'specified as "min:max" (e.g., "128:256").'
)
parser
.
add_argument
(
"--seed"
,
type
=
int
,
default
=
0
,
parser
.
add_argument
(
"--seed"
,
type
=
int
,
default
=
0
,
help
=
'Random seed for reproducibility'
)
help
=
'Random seed for reproducibility'
)
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
main
(
args
)
main
(
args
)
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