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 e00e5ea commit 10c562dCopy full SHA for 10c562d
vllm_ascend/patch/worker/patch_common/__init__.py
@@ -19,6 +19,7 @@
19
# patch files.
20
import vllm_ascend.patch.worker.patch_common.patch_utils # noqa isort:skip
21
import vllm_ascend.patch.worker.patch_common.patch_distributed # noqa
22
+import vllm_ascend.patch.worker.patch_common.patch_eagle # noqa
23
import vllm_ascend.patch.worker.patch_common.patch_metrics # noqa
24
import vllm_ascend.patch.worker.patch_common.patch_minicpm # noqa
25
import vllm_ascend.patch.worker.patch_common.patch_multi_step_worker # noqa
0 commit comments