We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77aea5 commit 26bc46eCopy full SHA for 26bc46e
vllm/config.py
@@ -1794,7 +1794,7 @@ class ParallelConfig:
1794
"""The full name of the worker class to use. If "auto", the worker class
1795
will be determined based on the platform."""
1796
sd_worker_cls: str = "auto"
1797
- """The full name of the worker class to use for speculative decofing.
+ """The full name of the worker class to use for speculative decoding.
1798
If "auto", the worker class will be determined based on the platform."""
1799
worker_extension_cls: str = ""
1800
"""The full name of the worker extension class to use. The worker extension
0 commit comments