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

Signed-off-by: Peter Pan <Peter.Pan@daocloud.io>
This commit is contained in:
Peter Pan 2024-09-27 16:13:25 +08:00 committed by GitHub
parent dc4e3df5c2
commit 0e088750af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
"""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)
main(args)