[diffusion] CI: add minimax-h3 2-gpu consistency coverage (#33281)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user