diff --git a/mm-zero3.sh b/mm-zero3.sh index 7e47cc4..135afad 100755 --- a/mm-zero3.sh +++ b/mm-zero3.sh @@ -25,7 +25,7 @@ export OMP_NUM_THREADS=8 export MKL_NUM_THREADS=8 export OPENBLAS_NUM_THREADS=8 -deepspeed --hostfile hostfile \ +FORCE_COLOR=1 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 \