Skip to content

Commit 97f084a

Browse files
andyxningjimpang
authored andcommitted
[MISC] typo fix (vllm-project#19672)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
1 parent 6940830 commit 97f084a

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
@@ -1796,7 +1796,7 @@ class ParallelConfig:
17961796
"""The full name of the worker class to use. If "auto", the worker class
17971797
will be determined based on the platform."""
17981798
sd_worker_cls: str = "auto"
1799-
"""The full name of the worker class to use for speculative decofing.
1799+
"""The full name of the worker class to use for speculative decoding.
18001800
If "auto", the worker class will be determined based on the platform."""
18011801
worker_extension_cls: str = ""
18021802
"""The full name of the worker extension class to use. The worker extension

0 commit comments

Comments
 (0)