This commit is contained in:
hailin 2025-09-09 19:10:41 +08:00
parent 4c5ad71e9f
commit a3b2fccbdd
1 changed files with 1 additions and 1 deletions

View File

@ -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 \