31 lines
847 B
YAML
31 lines
847 B
YAML
group: E2E Integration
|
|
depends_on:
|
|
- image-build
|
|
steps:
|
|
- label: DeepSeek V2-Lite Accuracy
|
|
timeout_in_minutes: 60
|
|
device: h100
|
|
optional: true
|
|
num_devices: 4
|
|
working_dir: "/vllm-workspace"
|
|
commands:
|
|
- bash .buildkite/scripts/scheduled_integration_test/deepseek_v2_lite_ep_eplb.sh 0.25 200 8010
|
|
|
|
- label: Qwen3-30B-A3B-FP8-block Accuracy
|
|
timeout_in_minutes: 60
|
|
device: h100
|
|
optional: true
|
|
num_devices: 4
|
|
working_dir: "/vllm-workspace"
|
|
commands:
|
|
- bash .buildkite/scripts/scheduled_integration_test/qwen30b_a3b_fp8_block_ep_eplb.sh 0.8 200 8020
|
|
|
|
- label: Qwen3-30B-A3B-FP8-block Accuracy (B200)
|
|
timeout_in_minutes: 60
|
|
device: b200
|
|
optional: true
|
|
num_devices: 2
|
|
working_dir: "/vllm-workspace"
|
|
commands:
|
|
- bash .buildkite/scripts/scheduled_integration_test/qwen30b_a3b_fp8_block_ep_eplb.sh 0.8 200 8020 2 1
|