Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion create_seed_checkpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

set -ex

TRAINER_DIR=${1:-/home/$USER/local/torchtitan}
NGPU=1
LOG_RANK=0
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}
Expand Down
1 change: 0 additions & 1 deletion run_llama_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ set -ex
# e.g.
# LOG_RANK=0,1 NGPU=4 ./run_llama_train.sh
NGPU=${NGPU:-"8"}
TRAINER_DIR=${TRAINER_DIR:-/home/$USER/local/torchtitan}
LOG_RANK=${LOG_RANK:-0}
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}

Expand Down
1 change: 0 additions & 1 deletion run_memory_estimation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set -ex
# NGPU=4 ./run_memory_estimation.sh
NGPU=${NGPU:-"8"}
NNODES=${NNODES:-"1"}
TRAINER_DIR=${TRAINER_DIR:-/home/$USER/local/torchtitan}
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}

overrides=""
Expand Down