diff --git a/9g_lora_0.sh b/9g_lora_0.sh index b123d0e..0357f37 100644 --- a/9g_lora_0.sh +++ b/9g_lora_0.sh @@ -1,7 +1,7 @@ #! /bin/bash export MASTER_ADDR="localhost" -export MASTER_PORT=12380 +export MASTER_PORT=12390 CPM_PATH="/workspace/repo/CPM-9G-8B/9G-Train" @@ -17,7 +17,6 @@ OPTS+=" --vocab /v2/sft_8b_v2/vocab.txt" OPTS+=" --model-config /v2/sft_8b_v2/config.json" OPTS+=" --train-iters 500" -OPTS+=" --lr_decay_iters 500" OPTS+=" --inspect-iters 500" OPTS+=" --warmup-iters 20"