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 5da0845 commit fc871a5Copy full SHA for fc871a5
.buildkite/test-pipeline.yaml
@@ -46,6 +46,7 @@ steps:
46
commands:
47
- pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.0.8/flashinfer-0.0.8+cu121torch2.3-cp310-cp310-linux_x86_64.whl
48
- pytest -v -s basic_correctness/test_basic_correctness.py
49
+ - pytest -v -s basic_correctness/test_cpu_offload.py
50
- VLLM_ATTENTION_BACKEND=XFORMERS pytest -v -s basic_correctness/test_chunked_prefill.py
51
- VLLM_ATTENTION_BACKEND=FLASH_ATTN pytest -v -s basic_correctness/test_chunked_prefill.py
52
- VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
0 commit comments