Ouzhang's picture
Add files using upload-large-folder tool
86dd31e verified
Raw
History Blame Contribute Delete
263 Bytes
#!/bin/bash
# Project path and config
CONFIG=configs/longlive_train_long.yaml
LOGDIR=logs
WANDB_SAVE_DIR=wandb
echo "CONFIG="$CONFIG
torchrun \
--nproc_per_node=8 \
train.py \
--config_path $CONFIG \
--logdir $LOGDIR \
--wandb-save-dir $WANDB_SAVE_DIR