Skip to content

Commit

Permalink
Rename InternVL shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
czczup committed Jan 19, 2024
1 parent 647da70 commit 3b13221
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ torchrun --nnodes=${NNODES} --nproc_per_node=${GPUS} --master_port=${PORT} \
--data_path ./playground/llava_v1_5_mix665k.json \
--image_folder ./playground/data \
--vision_tower ./pretrained/intern_vit_6b_224px \
--pretrain_mm_mlp_adapter ./work_dirs/pretrain_internvit6b_resize_to_336_vicuna13b/mm_projector.bin \
--pretrain_mm_mlp_adapter ./work_dirs/pretrain_internvit6b_224to336_vicuna13b/mm_projector.bin \
--mm_projector_type mlp2x_gelu \
--mm_vision_select_layer -4 \
--mm_use_im_start_end False \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ srun -p ${PARTITION} \
--version v1 \
--meta_path ./scripts_internvl/meta/custom_data.json \
--vision_tower ./pretrained/intern_vit_6b_224px \
--pretrain_mm_mlp_adapter ./work_dirs/pretrain_internvit6b_resize_to_336_vicuna13b/mm_projector.bin \
--pretrain_mm_mlp_adapter ./work_dirs/pretrain_internvit6b_224to336_vicuna13b/mm_projector.bin \
--mm_projector_type mlp2x_gelu \
--mm_vision_select_layer -4 \
--mm_use_im_start_end False \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ torchrun --nnodes=${NNODES} --nproc_per_node=${GPUS} --master_port=${PORT} \
--data_path ./playground/llava_v1_5_mix665k.json \
--image_folder ./playground/data \
--vision_tower ./pretrained/intern_vit_6b_224px \
--pretrain_mm_mlp_adapter ./work_dirs/pretrain_internvit6b_resize_to_336_vicuna7b/mm_projector.bin \
--pretrain_mm_mlp_adapter ./work_dirs/pretrain_internvit6b_224to336_vicuna7b/mm_projector.bin \
--mm_projector_type mlp2x_gelu \
--mm_vision_select_layer -4 \
--mm_use_im_start_end False \
Expand Down

0 comments on commit 3b13221

Please sign in to comment.