Skip to content

Commit 511b9d2

Browse files
panpan0000sumitd2
authored andcommitted
[MISC] Fix invalid escape sequence '\' (vllm-project#8830)
Signed-off-by: Peter Pan <Peter.Pan@daocloud.io> Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
1 parent 6ea2963 commit 511b9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/benchmark_serving.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Benchmark online serving throughput.
1+
r"""Benchmark online serving throughput.
22
33
On the server side, run one of the following commands:
44
vLLM OpenAI API server
@@ -963,4 +963,4 @@ def main(args: argparse.Namespace):
963963
)
964964

965965
args = parser.parse_args()
966-
main(args)
966+
main(args)

0 commit comments

Comments
 (0)