We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24e3a1 commit d160509Copy full SHA for d160509
vllm_ascend/ops/sigmoid_gating.py
vllm_ascend/patch/worker/patch_common/__init__.py
@@ -18,8 +18,7 @@
18
from vllm.triton_utils import HAS_TRITON
19
20
if HAS_TRITON:
21
- import vllm_ascend.ops.casual_conv1d
22
- import vllm_ascend.ops.sigmoid_gating
+ import vllm_ascend.patch.worker.patch_common.patch_triton
23
24
import vllm_ascend.patch.worker.patch_common.patch_distributed # noqa
25
import vllm_ascend.patch.worker.patch_common.patch_logits # noqa
0 commit comments