Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def _enable_sparse() -> bool:
def _apply_ascend_patch() -> None:
"""Apply patch for vLLM-Ascend."""
try:
from vllm_ascend.patch import platform, worker

if _enable_sparse():
_patch_attention_v1()
_patch_mla_v1()
Expand Down