From a3b2fccbddefa8043e7f09b9d39e6caea027635b Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 9 Sep 2025 19:10:41 +0800 Subject: [PATCH] . --- train_mm_zero3_lora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_mm_zero3_lora.sh b/train_mm_zero3_lora.sh index eaeeda5..7492b73 100755 --- a/train_mm_zero3_lora.sh +++ b/train_mm_zero3_lora.sh @@ -4,7 +4,7 @@ FORCE_COLOR=1 deepspeed --hostfile hostfile \ --model_name_or_path /home/test/Qwen3-32B \ --data_glob "/home/test/datasets/my_corpus/train*.jsonl" \ --output_dir /home/test/checkpoints/q3-32b-lora \ - --seq_len 4096 \ + --seq_len 1024 \ --bf16 \ --gradient_accumulation_steps 1 \ --per_device_train_batch_size 1 \