2025-12-08 18:25:43 -08:00
|
|
|
group: Weight Loading
|
|
|
|
|
depends_on:
|
|
|
|
|
- image-build
|
|
|
|
|
steps:
|
|
|
|
|
- label: Weight Loading Multiple GPU # 33min
|
|
|
|
|
timeout_in_minutes: 45
|
|
|
|
|
working_dir: "/vllm-workspace/tests"
|
2026-01-26 12:28:20 -08:00
|
|
|
num_devices: 2
|
2025-12-08 18:25:43 -08:00
|
|
|
optional: true
|
|
|
|
|
source_file_dependencies:
|
|
|
|
|
- vllm/
|
|
|
|
|
- tests/weight_loading
|
|
|
|
|
commands:
|
|
|
|
|
- bash weight_loading/run_model_weight_loading_test.sh -c weight_loading/models.txt
|
|
|
|
|
|
|
|
|
|
- label: Weight Loading Multiple GPU - Large Models # optional
|
|
|
|
|
working_dir: "/vllm-workspace/tests"
|
2026-01-26 12:28:20 -08:00
|
|
|
num_devices: 2
|
|
|
|
|
device: a100
|
2025-12-08 18:25:43 -08:00
|
|
|
optional: true
|
|
|
|
|
source_file_dependencies:
|
|
|
|
|
- vllm/
|
|
|
|
|
- tests/weight_loading
|
|
|
|
|
commands:
|
|
|
|
|
- bash weight_loading/run_model_weight_loading_test.sh -c weight_loading/models-large.txt
|