Skip to content

Commit d2f87ed

Browse files
[Patch] Remove spec_decode.metrics patch (#1016)
### What this PR does / why we need it? Remove `spec_decode.metrics` patch as this has been resolved in vllm-project/vllm#16983 (include in vllm `v0.9.0`). Returns a CUDA event recording when the copy is complete **--after modified-->** Returns a device event (NPU Event for vllm-ascend) recording when the copy is complete. Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent 6003afa commit d2f87ed

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

vllm_ascend/patch/worker/patch_common/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import vllm_ascend.patch.worker.patch_common.patch_utils # noqa isort:skip
2121
import vllm_ascend.patch.worker.patch_common.patch_distributed # noqa
2222
import vllm_ascend.patch.worker.patch_common.patch_eagle # noqa
23-
import vllm_ascend.patch.worker.patch_common.patch_metrics # noqa
2423
import vllm_ascend.patch.worker.patch_common.patch_minicpm # noqa
2524
import vllm_ascend.patch.worker.patch_common.patch_multi_step_worker # noqa
2625
import vllm_ascend.patch.worker.patch_common.patch_sampler # noqa

vllm_ascend/patch/worker/patch_common/patch_metrics.py

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

0 commit comments

Comments
 (0)