Skip to content
Merged
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ jobs:
- script: L2_Launch_models_glm
- script: L2_Launch_models_gpt_oss
- script: L2_Launch_models_llama_nemotron
- script: L2_Launch_models_ministral3
- script: L2_Launch_models_mistral
- script: L2_Launch_models_nemotron
- script: L2_Launch_models_nemotronh
Expand All @@ -395,17 +396,22 @@ jobs:
- script: L2_Launch_models_qwen
- script: L2_Launch_models_qwen_quantization
- script: L2_Launch_models_qwen_vl
- script: L2_Launch_recipes_gemma_vl
- script: L2_Launch_recipes_gpt_oss
- script: L2_Launch_recipes_llama_1b
- script: L2_Launch_recipes_llama_3b
- script: L2_Launch_recipes_llama_cuda_graphs
Comment thread
cuichenx marked this conversation as resolved.
Outdated
- script: L2_Launch_recipes_llama_distill
- script: L2_Launch_recipes_ministral3
- script: L2_Launch_recipes_nemotronh
- script: L2_Launch_recipes_qwen_vl
- script: L2_Launch_recipes_qwen
- script: L2_Launch_data
- script: L2_Launch_post_training_quantization
- script: L2_Launch_quantization_aware_training
- script: L2_Launch_quantization_export
- script: L2_Launch_recipes_llama_cuda_graphs
- script: L2_Launch_utils
needs: [pre-flight, cicd-unit-tests]
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
if: |
Expand Down
Loading