Skip to content

Commit

Permalink
[Cleanup] Remove unused TRAINER_DIR
Browse files Browse the repository at this point in the history
This argument seems to be left over from older times- it is not used
anywhere in the codebase.

ghstack-source-id: abbcf82ed4d1b8fbb71c6a6b48acbc1296dbec64
Pull Request resolved: pytorch#456
  • Loading branch information
wconstab committed Jul 15, 2024
1 parent 4b6cdc1 commit 8fa11f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
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

0 comments on commit 8fa11f0

Please sign in to comment.