We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18746c commit fe11f64Copy full SHA for fe11f64
benchmarks/benchmark_serving.py
@@ -1,4 +1,4 @@
1
-"""Benchmark online serving throughput.
+r"""Benchmark online serving throughput.
2
3
On the server side, run one of the following commands:
4
vLLM OpenAI API server
@@ -963,4 +963,4 @@ def main(args: argparse.Namespace):
963
)
964
965
args = parser.parse_args()
966
- main(args)
+ main(args)
0 commit comments