Skip to content

Commit

Permalink
[Speculative Decoding] Test refactor (#8317)
Browse files Browse the repository at this point in the history
Co-authored-by: youkaichao <youkaichao@126.com>
  • Loading branch information
LiuXiaoxuanPKU and youkaichao authored Sep 11, 2024
1 parent 8baa454 commit 775f00f
Show file tree
Hide file tree
Showing 12 changed files with 929 additions and 1,044 deletions.
3 changes: 2 additions & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ steps:
commands:
# See https://github.com/vllm-project/vllm/issues/5152
- export VLLM_ATTENTION_BACKEND=XFORMERS
- pytest -v -s spec_decode
- pytest -v -s spec_decode/e2e/test_multistep_correctness.py
- pytest -v -s spec_decode --ignore=spec_decode/e2e/test_multistep_correctness.py

- label: LoRA Test %N # 30min each
mirror_hardwares: [amd]
Expand Down
Loading

0 comments on commit 775f00f

Please sign in to comment.