LHMPP / scripts /exp /run_a4o_debug.sh
Lingteng Qiu (邱陵腾)
rm assets & wheels
434b0b0
ACC_CONFIG="./configs/accelerate-train-1gpu.yaml"
if [ -n "$1" ]; then
TRAIN_CONFIG=$1
else
TRAIN_CONFIG="./configs/train-sample-human.yaml"
fi
if [ -n "$2" ]; then
MAIN_PORT=$2
else
MAIN_PORT=12345
fi
accelerate launch --config_file $ACC_CONFIG --main_process_port=$MAIN_PORT -m core.launch train.human_lrm_a4o --config $TRAIN_CONFIG