Unverified Commit 48134a2c authored by SorenDreano's avatar SorenDreano Committed by GitHub
Browse files

[Docs] Fix typo ("defult") and double spacing (#34348)


Signed-off-by: default avatarSorenDreano <71752785+SorenDreano@users.noreply.github.com>
Co-authored-by: default avatarSoren Dreano <soren@numind.ai>
Co-authored-by: default avatargemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
parent 64f570ab
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment