Skip to content

Commit 07ab2f9

Browse files
committed
[Cleanup] Remove unused TRAINER_DIR
This argument seems to be left over from older times- it is not used anywhere in the codebase. ghstack-source-id: abbcf82 Pull Request resolved: #456
1 parent db609d5 commit 07ab2f9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

create_seed_checkpoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
set -ex
2020

21-
TRAINER_DIR=${1:-/home/$USER/local/torchtitan}
2221
NGPU=1
2322
LOG_RANK=0
2423
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}

run_llama_train.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ set -ex
1111
# e.g.
1212
# LOG_RANK=0,1 NGPU=4 ./run_llama_train.sh
1313
NGPU=${NGPU:-"8"}
14-
TRAINER_DIR=${TRAINER_DIR:-/home/$USER/local/torchtitan}
1514
LOG_RANK=${LOG_RANK:-0}
1615
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}
1716

run_memory_estimation.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ set -ex
1212
# NGPU=4 ./run_memory_estimation.sh
1313
NGPU=${NGPU:-"8"}
1414
NNODES=${NNODES:-"1"}
15-
TRAINER_DIR=${TRAINER_DIR:-/home/$USER/local/torchtitan}
1615
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}
1716

1817
overrides=""

0 commit comments

Comments
 (0)