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 6940830 commit 97f084aCopy full SHA for 97f084a
vllm/config.py
@@ -1796,7 +1796,7 @@ class ParallelConfig:
1796
"""The full name of the worker class to use. If "auto", the worker class
1797
will be determined based on the platform."""
1798
sd_worker_cls: str = "auto"
1799
- """The full name of the worker class to use for speculative decofing.
+ """The full name of the worker class to use for speculative decoding.
1800
If "auto", the worker class will be determined based on the platform."""
1801
worker_extension_cls: str = ""
1802
"""The full name of the worker extension class to use. The worker extension
0 commit comments