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
0e088750
Unverified
Commit
0e088750
authored
Sep 27, 2024
by
Peter Pan
Committed by
GitHub
Sep 27, 2024
Browse files
[MISC] Fix invalid escape sequence '\' (#8830)
Signed-off-by:
Peter Pan
<
Peter.Pan@daocloud.io
>
parent
dc4e3df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
benchmarks/benchmark_serving.py
benchmarks/benchmark_serving.py
+2
-2
No files found.
benchmarks/benchmark_serving.py
View file @
0e088750
"""Benchmark online serving throughput.
r
"""Benchmark online serving throughput.
On the server side, run one of the following commands:
On the server side, run one of the following commands:
vLLM OpenAI API server
vLLM OpenAI API server
...
@@ -963,4 +963,4 @@ if __name__ == "__main__":
...
@@ -963,4 +963,4 @@ if __name__ == "__main__":
)
)
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
main
(
args
)
main
(
args
)
\ No newline at end of file
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