From 48134a2c227541dd47b1651bfd96a70a714b0f6e Mon Sep 17 00:00:00 2001 From: SorenDreano <71752785+SorenDreano@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:02:27 +0100 Subject: [PATCH] [Docs] Fix typo ("defult") and double spacing (#34348) Signed-off-by: SorenDreano <71752785+SorenDreano@users.noreply.github.com> Co-authored-by: Soren Dreano Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- vllm/config/vllm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/config/vllm.py b/vllm/config/vllm.py index eccaa6ce6..e9f6b37ab 100644 --- a/vllm/config/vllm.py +++ b/vllm/config/vllm.py @@ -278,7 +278,7 @@ class VllmConfig: optimization_level: OptimizationLevel = OptimizationLevel.O2 """The optimization level. These levels trade startup time cost for performance, with -O0 having the best startup time and -O3 having the best - performance. -02 is used by defult. See OptimizationLevel for full + performance. -O2 is used by default. See OptimizationLevel for full description.""" weight_transfer_config: WeightTransferConfig | None = None