Skip to content

Commit

Permalink
Optional_L2_NeMo_2_Mixtral_LoRA_TP2PP1_MBS1
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Dec 5, 2024
1 parent 1651ded commit d6d9a24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4392,10 +4392,10 @@ jobs:
--model mixtral \
--dist-opt
L2_NeMo_2_Mixtral_LoRA_TP2PP1_MBS1:
Optional_L2_NeMo_2_Mixtral_LoRA_TP2PP1_MBS1:
needs: [cicd-test-container-setup]
uses: ./.github/workflows/_test_template.yml
if: contains(fromJSON(needs.cicd-test-container-setup.outputs.test_to_run), 'L2_NeMo_2_Mixtral_LoRA_TP2PP1_MBS1') || needs.cicd-test-container-setup.outputs.all == 'true'
if: contains(fromJSON(needs.cicd-test-container-setup.outputs.test_to_run), 'Optional_L2_NeMo_2_Mixtral_LoRA_TP2PP1_MBS1') || needs.cicd-test-container-setup.outputs.all == 'true'
with:
RUNNER: self-hosted-azure
SCRIPT: |
Expand All @@ -4406,6 +4406,7 @@ jobs:
--mbs 1 \
--model mixtral \
--dist-opt
IS_OPTIONAL: true

L2_NeMo_2_Mistral_LoRA_TP1PP1_MBS1:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4608,7 +4609,7 @@ jobs:
- L2_NeMo_2_GPT_DoRA_TP1PP1_MBS1_PACKED
- L2_NeMo_2_Mixtral_LoRA_EP2PP1_MBS2
- L2_NeMo_2_Mixtral_LoRA_TP1PP1_MBS1
- L2_NeMo_2_Mixtral_LoRA_TP2PP1_MBS1
- Optional_L2_NeMo_2_Mixtral_LoRA_TP2PP1_MBS1
- L2_NeMo_2_Mistral_LoRA_TP1PP1_MBS1
- L2_NeMo_2_Mistral_LoRA_TP2PP1_MBS1
- L2_NEMO_2_LoRA_MERGE
Expand Down

0 comments on commit d6d9a24

Please sign in to comment.