diff --git a/vllm_ascend/patch/__init__.py b/vllm_ascend/patch/__init__.py index 7d0a232..bf02390 100644 --- a/vllm_ascend/patch/__init__.py +++ b/vllm_ascend/patch/__init__.py @@ -56,7 +56,7 @@ # Future Plan: # Find a better way to support tensor alignment for 310p without this patch. # -# ** File: platform/patch_common/patch_multimodal_merge.py** +# ** File: worker/patch_common/patch_multimodal_merge.py** # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # 1. `vllm.model_executor.models.utils._merge_multimodal_embeddings` # Why: diff --git a/vllm_ascend/patch/platform/patch_common/__init__.py b/vllm_ascend/patch/platform/patch_common/__init__.py index 7942ac0..11b5cae 100644 --- a/vllm_ascend/patch/platform/patch_common/__init__.py +++ b/vllm_ascend/patch/platform/patch_common/__init__.py @@ -18,6 +18,5 @@ import vllm_ascend.patch.platform.patch_common.patch_config # noqa import vllm_ascend.patch.platform.patch_common.patch_distributed # noqa import vllm_ascend.patch.platform.patch_common.patch_mamba_config # noqa -import vllm_ascend.patch.platform.patch_common.patch_multimodal_merge # noqa import vllm_ascend.patch.worker.patch_common.patch_attention_selector # noqa import vllm_ascend.patch.worker.patch_common.patch_attentionspec # noqa diff --git a/vllm_ascend/patch/worker/patch_common/__init__.py b/vllm_ascend/patch/worker/patch_common/__init__.py index 3d233c4..896411b 100644 --- a/vllm_ascend/patch/worker/patch_common/__init__.py +++ b/vllm_ascend/patch/worker/patch_common/__init__.py @@ -27,6 +27,7 @@ import vllm_ascend.patch.worker.patch_common.patch_attention_layer # noqa import vllm_ascend.patch.worker.patch_common.patch_distributed # noqa import vllm_ascend.patch.worker.patch_common.patch_logits # noqa import vllm_ascend.patch.worker.patch_common.patch_weight_loader # noqa +import vllm_ascend.patch.worker.patch_common.patch_multimodal_merge # noqa # TODO: revert me when triton import is fixed # import vllm_ascend.patch.worker.patch_common.patch_minicpm # noqa diff --git a/vllm_ascend/patch/platform/patch_common/patch_multimodal_merge.py b/vllm_ascend/patch/worker/patch_common/patch_multimodal_merge.py similarity index 100% rename from vllm_ascend/patch/platform/patch_common/patch_multimodal_merge.py rename to vllm_ascend/patch/worker/patch_common/patch_multimodal_merge.py