Skip to content

Commit 0d9a882

Browse files
committed
Merge branch 'EK100' of github.com:HaozheQi/LLaVA-NeXT into EK100
2 parents 5278e94 + 4311268 commit 0d9a882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ torchrun --nproc_per_node=4 \
3636
--image_grid_pinpoints "(1x1),...,(6x6)" \
3737
--mm_patch_merge_type spatial_unpad \
3838
--bf16 True \
39-
--run_name test1 \
40-
--output_dir experiments/test1 \
39+
--run_name EK100_test \
40+
--output_dir experiments/EK100_test \
4141
--num_train_epochs 1 \
4242
--per_device_train_batch_size 1 \
4343
--per_device_eval_batch_size 4 \
@@ -60,4 +60,4 @@ torchrun --nproc_per_node=4 \
6060
--torch_compile True \
6161
--torch_compile_backend inductor \
6262
--dataloader_drop_last True \
63-
--frames_upbound 32 > train_kitchen0.5b.out 2>&1
63+
--frames_upbound 32 > train_kitchen_0.5b.out 2>&1

0 commit comments

Comments
 (0)