From 1d3ce28019cc6c1a3cec0f2d1282c0883276b768 Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Mon, 22 Apr 2024 15:23:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20test=20by=20changing=20a=20py=20?= =?UTF-8?q?file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Gupta --- vllm/entrypoints/openai/cli_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/entrypoints/openai/cli_args.py b/vllm/entrypoints/openai/cli_args.py index c3a5df67e..9834f1c1b 100644 --- a/vllm/entrypoints/openai/cli_args.py +++ b/vllm/entrypoints/openai/cli_args.py @@ -108,7 +108,7 @@ def make_arg_parser(): action="append", default=[], help="Additional ASGI middleware to apply to the app. " - "We accept multiple --middleware arguments. " + "We multiple --middleware arguments. " "The value should be an import path. " "If a function is provided, vLLM will add it to the server " "using @app.middleware('http'). "