Skip to content

Commit

Permalink
chore: update checkpoint for llava-onevision-qwen2-72b-ov and llava-o…
Browse files Browse the repository at this point in the history
…nevision-qwen2-7b-ov
  • Loading branch information
ZhangYuanhan-AI committed Oct 11, 2024
1 parent 0070d0a commit acef4af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/video/train/SO400M_Qwen2_72B_ov_to_video_am9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo "BASE_RUN_NAME: ${BASE_RUN_NAME}"
# Stage 2
PROMPT_VERSION="qwen_1_5"
MID_RUN_NAME="llavanext-${VISION_MODEL_VERSION_CLEAN}-${LLM_VERSION_CLEAN}-ov_to_video_am9"
PREV_STAGE_CHECKPOINT="lmms-lab/llava-onevision-qwen2-72b-ov"
PREV_STAGE_CHECKPOINT="lmms-lab/llava-onevision-qwen2-72b-ov-si"
echo "PREV_STAGE_CHECKPOINT: ${PREV_STAGE_CHECKPOINT}"
echo "MID_RUN_NAME: ${MID_RUN_NAME}"

Expand Down
4 changes: 2 additions & 2 deletions scripts/video/train/SO400M_Qwen2_7B_ov_to_video_am9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo "BASE_RUN_NAME: ${BASE_RUN_NAME}"
# Stage 2
PROMPT_VERSION="qwen_1_5"
MID_RUN_NAME="llavanext-${VISION_MODEL_VERSION_CLEAN}-${LLM_VERSION_CLEAN}-ov_to_video_am9"
PREV_STAGE_CHECKPOINT="lmms-lab/llava-onevision-qwen2-7b-ov"
PREV_STAGE_CHECKPOINT="lmms-lab/llava-onevision-qwen2-7b-ov-si"
echo "PREV_STAGE_CHECKPOINT: ${PREV_STAGE_CHECKPOINT}"
echo "MID_RUN_NAME: ${MID_RUN_NAME}"

Expand Down Expand Up @@ -75,7 +75,7 @@ ACCELERATE_CPU_AFFINITY=1 torchrun --nproc_per_node="${ARNOLD_WORKER_GPU}" --nno
--torch_compile True \
--torch_compile_backend "inductor" \
--dataloader_drop_last True \
--frames_upbound 110 \
--frames_upbound 64 \
--mm_newline_position grid \
--add_time_instruction True \
--force_sample True \
Expand Down

0 comments on commit acef4af

Please sign in to comment.