mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-08 13:47:06 +08:00
17 lines
512 B
YAML
17 lines
512 B
YAML
group: Basic Correctness
|
|
depends_on:
|
|
- image-build
|
|
steps:
|
|
- label: Basic Correctness
|
|
timeout_in_minutes: 30
|
|
source_file_dependencies:
|
|
- vllm/
|
|
- tests/basic_correctness/test_basic_correctness
|
|
- tests/basic_correctness/test_cpu_offload
|
|
- tests/basic_correctness/test_cumem.py
|
|
commands:
|
|
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
|
|
- pytest -v -s basic_correctness/test_cumem.py
|
|
- pytest -v -s basic_correctness/test_basic_correctness.py
|
|
- pytest -v -s basic_correctness/test_cpu_offload.py
|