fix: fix sh

This commit is contained in:
wql 2024-08-26 16:12:38 +08:00
parent b2fef5d880
commit 929a5bd667
1 changed files with 1 additions and 2 deletions

View File

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