Skip to content

Commit

Permalink
delete temporary files
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Nov 18, 2024
1 parent db3edc1 commit ec0fde3
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,8 @@ jobs:
--tp_size 1 \
--pp_size 1 \
--mbs 2
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_SFT_TP1PP2_MBS2:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -3996,7 +3997,8 @@ jobs:
--tp_size 1 \
--pp_size 2 \
--mbs 2
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_SFT_TP2PP1_MBS2:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4025,7 +4027,8 @@ jobs:
--tp_size 2 \
--pp_size 1 \
--mbs 2
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_SFT_TP1PP1_MBS1_PACKED:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4054,7 +4057,8 @@ jobs:
--tp_size 1 \
--pp_size 1 \
--mbs 1 --packed
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_LoRA_TP1PP1_MBS1:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4083,7 +4087,8 @@ jobs:
--tp_size 1 \
--pp_size 1 \
--mbs 1
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_LoRA_TP1PP1_MBS2:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4112,7 +4117,8 @@ jobs:
--tp_size 1 \
--pp_size 1 \
--mbs 2
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_LoRA_TP1PP2_MBS2:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4141,7 +4147,8 @@ jobs:
--tp_size 1 \
--pp_size 2 \
--mbs 2
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_LoRA_TP2PP1_MBS2:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4170,6 +4177,8 @@ jobs:
--tp_size 2 \
--pp_size 1 \
--mbs 2
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_GPT_LoRA_TP1PP1_MBS1_PACKED:
needs: [cicd-test-container-setup]
Expand Down Expand Up @@ -4198,6 +4207,8 @@ jobs:
--tp_size 1 \
--pp_size 1 \
--mbs 1 --packed
AFTER_SCRIPT: |
rm -rf /tmp/nemo2_gpt_finetune/${{ github.run_id }}
L2_NeMo_2_Mixtral_LoRA_EP2PP1_MBS2:
needs: [cicd-test-container-setup]
Expand Down

0 comments on commit ec0fde3

Please sign in to comment.