Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 775f00f

Browse files
[Speculative Decoding] Test refactor (vllm-project#8317)
Co-authored-by: youkaichao <[email protected]>
1 parent 8baa454 commit 775f00f

12 files changed

+929
-1044
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ steps:
217217
commands:
218218
# See https://github.com/vllm-project/vllm/issues/5152
219219
- export VLLM_ATTENTION_BACKEND=XFORMERS
220-
- pytest -v -s spec_decode
220+
- pytest -v -s spec_decode/e2e/test_multistep_correctness.py
221+
- pytest -v -s spec_decode --ignore=spec_decode/e2e/test_multistep_correctness.py
221222

222223
- label: LoRA Test %N # 30min each
223224
mirror_hardwares: [amd]

0 commit comments

Comments
 (0)