Skip to content

Commit 7e34841

Browse files
committed
fix
Signed-off-by: mengwei805 <mengwei25@huawei.com>
1 parent f7b23e9 commit 7e34841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vllm_ascend/patch/worker/patch_0_8_4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
#
1717

1818
import vllm_ascend.patch.worker.patch_0_8_4.patch_metrics # noqa
19-
import vllm_ascend.patch.worker.patch_0_8_4.patch_tritonplaceholder # noqa
19+
# import vllm_ascend.patch.worker.patch_0_8_4.patch_tritonplaceholder # noqa

vllm_ascend/patch/worker/patch_common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
#
1717

1818
import vllm_ascend.patch.worker.patch_common.patch_metrics # noqa
19-
import vllm_ascend.patch.worker.patch_common.patch_minicpm # noqa
19+
# import vllm_ascend.patch.worker.patch_common.patch_minicpm # noqa
2020
import vllm_ascend.patch.worker.patch_common.patch_multi_step_worker # noqa
2121
import vllm_ascend.patch.worker.patch_common.patch_spec_decode_worker # noqa

0 commit comments

Comments
 (0)