forked from jiuyuan/CPM-9G-8B
fix: fix sh
This commit is contained in:
parent
b2fef5d880
commit
929a5bd667
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue