Skip to content

Commit d160509

Browse files
committed
change ops patch to patch_common dir
Signed-off-by: Icey <1790571317@qq.com>
1 parent a24e3a1 commit d160509

File tree

3 files changed

+688
-784
lines changed

3 files changed

+688
-784
lines changed

vllm_ascend/ops/sigmoid_gating.py

Lines changed: 0 additions & 180 deletions
This file was deleted.

vllm_ascend/patch/worker/patch_common/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
from vllm.triton_utils import HAS_TRITON
1919

2020
if HAS_TRITON:
21-
import vllm_ascend.ops.casual_conv1d
22-
import vllm_ascend.ops.sigmoid_gating
21+
import vllm_ascend.patch.worker.patch_common.patch_triton
2322

2423
import vllm_ascend.patch.worker.patch_common.patch_distributed # noqa
2524
import vllm_ascend.patch.worker.patch_common.patch_logits # noqa

0 commit comments

Comments
 (0)