Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,9 @@ jobs:
- script: L2_Launch_ckpts_mlm_to_mbridge_llama32_1b
- script: L2_Launch_ckpts_mbridge_to_mlm_qwen3_4b
- script: L2_Launch_ckpts_mlm_to_mbridge_qwen3_4b
- script: L2_Launch_ckpts_mbridge_to_mlm_nemotronh_4b
- script: L2_Launch_ckpts_mlm_to_mbridge_nemotronh_4b
# NemotronH 4B ckpt L2 jobs skipped until hybrid_override_pattern -> hybrid_layer_pattern (PR #2628)
# - script: L2_Launch_ckpts_mbridge_to_mlm_nemotronh_4b
# - script: L2_Launch_ckpts_mlm_to_mbridge_nemotronh_4b
needs: [pre-flight, cicd-unit-tests]
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
if: |
Expand Down
Loading