From bbe4466fd98a27f918bd498c9e64a736202a133e Mon Sep 17 00:00:00 2001 From: JohnSaxon <39079736+oushu1zhangxiangxuan1@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:28:49 +0800 Subject: [PATCH] [Minor] Fix typo (#2166) Co-authored-by: John-Saxon --- vllm/engine/arg_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/engine/arg_utils.py b/vllm/engine/arg_utils.py index 7a571ceefbc85..75b198e115905 100644 --- a/vllm/engine/arg_utils.py +++ b/vllm/engine/arg_utils.py @@ -159,7 +159,7 @@ def add_cli_args( parser.add_argument('--gpu-memory-utilization', type=float, default=EngineArgs.gpu_memory_utilization, - help='the percentage of GPU memory to be used for' + help='the percentage of GPU memory to be used for ' 'the model executor') parser.add_argument('--max-num-batched-tokens', type=int,