Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vllm_ascend/patch/worker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import vllm_ascend.patch.worker.patch_deepseek # noqa
import vllm_ascend.patch.worker.patch_multimodal_merge # noqa
import vllm_ascend.patch.worker.patch_minicpm # noqa
import vllm_ascend.patch.worker.patch_model_runner # noqa
import vllm_ascend.patch.worker.patch_rope # noqa
import vllm_ascend.patch.worker.patch_qwen3_next # noqa
import vllm_ascend.patch.worker.patch_qwen3_next_mtp # noqa
Expand Down
6 changes: 0 additions & 6 deletions vllm_ascend/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,6 @@ def check_and_update_config(cls, vllm_config: VllmConfig) -> None:
vllm_config)
vllm_config.scheduler_config = recompute_scheduler_config

# When open PD separation + MTP + Full Graph + asynchronous scheduling,
# patch gpu_model_runner._update_states for solving
# decode nodes may be in eager mode.
if vllm_config.speculative_config and vllm_config.kv_transfer_config:
import vllm_ascend.patch.worker.patch_model_runner # noqa

# Extend original scheduler_config to use SchedulerDynamicBatch.
if ascend_config.SLO_limits_for_dynamic_batch != -1:
vllm_config.scheduler_config.scheduler_cls = (
Expand Down