mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-19 01:24:30 +08:00
[MISC] typo fix (#19672)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
parent
a77aea59fd
commit
26bc46ef89
@ -1794,7 +1794,7 @@ class ParallelConfig:
|
||||
"""The full name of the worker class to use. If "auto", the worker class
|
||||
will be determined based on the platform."""
|
||||
sd_worker_cls: str = "auto"
|
||||
"""The full name of the worker class to use for speculative decofing.
|
||||
"""The full name of the worker class to use for speculative decoding.
|
||||
If "auto", the worker class will be determined based on the platform."""
|
||||
worker_extension_cls: str = ""
|
||||
"""The full name of the worker extension class to use. The worker extension
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user