From 193e78e35d6f66bed5cec7414d5da2d3de777381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hyogeun=20Oh=20=28=EC=98=A4=ED=9A=A8=EA=B7=BC=29?= Date: Tue, 29 Apr 2025 16:16:17 +0900 Subject: [PATCH] [Fix] Documentation spacing in compilation config help text (#17342) Signed-off-by: Zerohertz --- 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 970a8851f1799..ad26241235c0a 100644 --- a/vllm/engine/arg_utils.py +++ b/vllm/engine/arg_utils.py @@ -866,7 +866,7 @@ class EngineArgs: '-O', type=CompilationConfig.from_cli, default=None, - help='torch.compile configuration for the model.' + help='torch.compile configuration for the model. ' 'When it is a number (0, 1, 2, 3), it will be ' 'interpreted as the optimization level.\n' 'NOTE: level 0 is the default level without '