Skip to content

Commit

Permalink
update to use tmp in ci tests
Browse files Browse the repository at this point in the history
Signed-off-by: yaoyu-33 <[email protected]>
  • Loading branch information
yaoyu-33 committed Nov 22, 2024
1 parent 617c8ca commit 8344cc9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3929,9 +3929,7 @@ jobs:
python tests/collections/vlm/neva_train.py \
--devices=1 \
--max-steps=5 \
--experiment-dir=tests/collections/vlm/neva_results/${{ github.run_id }} \
AFTER_SCRIPT: |
rm -rf tests/collections/vlm/neva_results/${{ github.run_id }}
--experiment-dir=/tmp/nemo2_neva_results/${{ github.run_id }}
L2_NeMo_2_MLLAMA_MOCK_TRAINING:
needs: [cicd-test-container-setup]
Expand All @@ -3943,9 +3941,7 @@ jobs:
python tests/collections/vlm/mllama_train.py \
--devices=1 \
--max-steps=5 \
--experiment-dir=tests/collections/vlm/mllama_results/${{ github.run_id }} \
AFTER_SCRIPT: |
rm -rf tests/collections/vlm/mllama_results/${{ github.run_id }}
--experiment-dir=/tmp/nemo2_mllama_results/${{ github.run_id }}
L2_NeMo_2_Mixtral_Pretraining:
needs: [cicd-test-container-setup]
Expand Down

0 comments on commit 8344cc9

Please sign in to comment.