Skip to content

Commit 26bc46e

Browse files
authored
[MISC] typo fix (#19672)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
1 parent a77aea5 commit 26bc46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,7 @@ class ParallelConfig:
17941794
"""The full name of the worker class to use. If "auto", the worker class
17951795
will be determined based on the platform."""
17961796
sd_worker_cls: str = "auto"
1797-
"""The full name of the worker class to use for speculative decofing.
1797+
"""The full name of the worker class to use for speculative decoding.
17981798
If "auto", the worker class will be determined based on the platform."""
17991799
worker_extension_cls: str = ""
18001800
"""The full name of the worker extension class to use. The worker extension

0 commit comments

Comments
 (0)