This commit is contained in:
hailin 2025-09-09 12:26:28 +08:00
parent 3232d61c71
commit 9b0327b1ba
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export OMP_NUM_THREADS=8
export MKL_NUM_THREADS=8 export MKL_NUM_THREADS=8
export OPENBLAS_NUM_THREADS=8 export OPENBLAS_NUM_THREADS=8
deepspeed --hostfile hostfile \ FORCE_COLOR=1 deepspeed --hostfile hostfile \
--num_nodes 6 --num_gpus 4 \ --num_nodes 6 --num_gpus 4 \
/home/test/jd_train/train_sft_ds.py \ /home/test/jd_train/train_sft_ds.py \
--model_name_or_path /home/test/Qwen3-32B \ --model_name_or_path /home/test/Qwen3-32B \