[diffusion] CI: add minimax-h3 2-gpu consistency coverage (#33281)

This commit is contained in:
Mick
2026-08-03 22:40:08 +08:00
committed by GitHub
parent 3953788596
commit 0ba46c88e5
7 changed files with 164 additions and 53 deletions
+4 -1
View File
@@ -364,7 +364,8 @@ jobs:
--target-time 1800 \
--max-time 2400 \
--max-partitions 10 \
--parametrized-only
--parametrized-only \
${{ inputs.case_ids != '' && format('--case-ids {0}', inputs.case_ids) || '' }}
multimodal-diffusion-gen-1gpu:
needs: compute-diffusion-partitions
@@ -480,6 +481,8 @@ jobs:
- name: Generate outputs
env:
HF_TOKEN: ${{ secrets.MINIMAX_H3_HF_TOKEN || secrets.SGLANG_DIFFUSION_CI_HF_TOKEN || secrets.HF_TOKEN }}
HUGGING_FACE_HUB_TOKEN: ${{ secrets.MINIMAX_H3_HF_TOKEN || secrets.SGLANG_DIFFUSION_CI_HF_TOKEN || secrets.HF_TOKEN }}
RUNAI_STREAMER_MEMORY_LIMIT: 0
PARTITION_PLAN_JSON: ${{ needs.compute-diffusion-partitions.outputs.plan-2gpu }}
run: |