Skip to content

Commit

Permalink
tests: Fix L2_Community_vita_Checkpoints_tests_Llama3 (NVIDIA#10197)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g authored Aug 19, 2024
1 parent 72a39f4 commit eb1c811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,19 @@ jobs:
with:
RUNNER: self-hosted-azure
SCRIPT: |
mkdir /home/TestData/multimodal/video_neva/llama3-ci-hf/${{ github.run_id }}
export PYTHONPATH=/home/TestData/multimodal/video_neva/LLaVA:$PYTHONPATH
CUDA_VISIBLE_DEVICES=0 python examples/multimodal/multimodal_llm/neva/convert_llava_to_neva.py \
--in-file /home/TestData/multimodal/video_neva/Llama-3-VILA1.5-8B/llm \
--mm-projector-ckpt-dir /home/TestData/multimodal/video_neva/Llama-3-VILA1.5-8B/mm_projector \
--mm-vision-tower /home/TestData/multimodal/video_neva/Llama-3-VILA1.5-8B/vision_tower \
--tokenizer-model /home/TestData/multimodal/video_neva/vita-tokenizer/ \
--config-file vita_config.yaml \
--out-file=/home/TestData/multimodal/video_neva/llama3-ci-hf/llama3_ci.nemo \
--out-file=/home/TestData/multimodal/video_neva/llama3-ci-hf/${{ github.run_id }}/llama3_ci.nemo \
--model-type VITA \
--conv-template llama_3
AFTER_SCRIPT: |
rm -f /home/TestData/multimodal/video_neva/llama3-ci-hf/llama3_ci.nemo
rm -rf /home/TestData/multimodal/video_neva/llama3-ci-hf/model_weights
rm -rf /home/TestData/multimodal/video_neva/llama3-ci-hf/${{ github.run_id }}
# this test is using a 7B model which is too large for GitHub CI
# replace the model in this test with a toy model or move the test
Expand Down

0 comments on commit eb1c811

Please sign in to comment.