From 7184cb67f32305c5e9c8843f97c7ff62d125dfaa Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 31 Aug 2025 10:59:37 +0800 Subject: [PATCH] . --- mm-zero3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm-zero3.sh b/mm-zero3.sh index 7c05e40..48a1cd1 100755 --- a/mm-zero3.sh +++ b/mm-zero3.sh @@ -7,9 +7,9 @@ export PYTORCH_CUDA_ALLOC_CONF="max_split_size_mb:128,expandable_segments:True,g deepspeed --hostfile hostfile \ --num_nodes 6 --num_gpus 4 \ /home/test/jd_train/train_sft_ds.py \ - --model_name_or_path /home/test/Qwen3-32B \ + --model_name_or_path /home/test/Qwen3-14B \ --data_glob "/home/test/datasets/my_corpus/train.jsonl" \ - --output_dir /home/test/checkpoints/q3-32b-ds4 \ + --output_dir /home/test/checkpoints/q3-14b-ds4 \ --seq_len 512 \ --per_device_train_batch_size 1 \ --gradient_accumulation_steps 1 \