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 e985432 commit 46e7b76Copy full SHA for 46e7b76
vllm_ascend/patch/worker/__init__.py
@@ -23,7 +23,6 @@
23
# isort: off
24
import vllm_ascend.patch.platform.patch_sched_yield # noqa
25
import vllm_ascend.patch.worker.patch_distributed # noqa
26
-import vllm_ascend.patch.worker.patch_logits # noqa
27
import vllm_ascend.patch.worker.patch_roberta # noqa
28
import vllm_ascend.patch.worker.patch_weight_loader # noqa
29
import vllm_ascend.patch.worker.patch_multimodal_merge # noqa
vllm_ascend/patch/worker/patch_logits.py
0 commit comments