Unverified Commit 0e088750 authored by Peter Pan's avatar Peter Pan Committed by GitHub
Browse files

[MISC] Fix invalid escape sequence '\' (#8830)


Signed-off-by: default avatarPeter Pan <Peter.Pan@daocloud.io>
parent dc4e3df5
"""Benchmark online serving throughput.
r"""Benchmark online serving throughput.
On the server side, run one of the following commands:
vLLM OpenAI API server
......@@ -963,4 +963,4 @@ if __name__ == "__main__":
)
args = parser.parse_args()
main(args)
\ No newline at end of file
main(args)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment