diff --git a/vllm/config/scheduler.py b/vllm/config/scheduler.py index 1bceaa933..5ff9fc930 100644 --- a/vllm/config/scheduler.py +++ b/vllm/config/scheduler.py @@ -133,9 +133,6 @@ class SchedulerConfig: async_scheduling: bool = Field(default=None) """If set to False, disable async scheduling. Async scheduling helps to avoid gaps in GPU utilization, leading to better latency and throughput. - It is currently not supported with some features such as - speculative decoding and pipeline parallelism, and will be automatically - disabled in those cases. """ stream_interval: int = Field(default=1, ge=1)