Skip to content

Commit fe11f64

Browse files
panpan0000garg-amit
authored andcommitted
[MISC] Fix invalid escape sequence '\' (vllm-project#8830)
Signed-off-by: Peter Pan <[email protected]> Signed-off-by: Amit Garg <[email protected]>
1 parent e18746c commit fe11f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/benchmark_serving.py

Lines changed: 2 additions & 2 deletions
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)