From 929a5bd6675c6167c3410d488a750b3ad38a8c8e Mon Sep 17 00:00:00 2001 From: wql Date: Mon, 26 Aug 2024 16:12:38 +0800 Subject: [PATCH] fix: fix sh --- 9g_lora_0.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"