Skip to content

Commit e7020c7

Browse files
committed
More configs
1 parent 7cf9879 commit e7020c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

olmocr/train/configs/qwen25_vl_b100_x1_default_image_1600.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Project metadata
44
project_name: olmocr-qwen-vl-training
5-
run_name: qwen2.5-vl-7b-finetune-default_image1280
5+
run_name: qwen2.5-vl-7b-finetune-default_image1600
66

77
# Model configuration
88
model:

scripts/train/newtrainer-gantry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ gantry run \
6464
--weka oe-training-default:/weka/oe-training-default \
6565
--shared-memory 10GiB \
6666
--yes \
67-
-- /bin/bash -c "pip install flash-attn==2.8.0.post2 --no-build-isolation && python -m olmocr.train.train --config olmocr/train/configs/example_config.yaml"
67+
-- /bin/bash -c "pip install flash-attn==2.8.0.post2 --no-build-isolation && python -m olmocr.train.train --config olmocr/train/configs/qwen25_vl_b100_x1_default_image_1600.yaml"

0 commit comments

Comments
 (0)