Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
wconstab committed Jul 15, 2024
2 parents 6c59994 + 9915107 commit 9aa483d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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"}
NNODES=${NNODES:-"1"}
LOG_RANK=${LOG_RANK:-0}
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}

Expand Down
3 changes: 1 addition & 2 deletions run_memory_estimation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ set -ex

# use envs as local overrides for convenience
# e.g.
# LOG_RANK=0,1 NGPU=4 ./run_llama_train.sh
# NGPU=4 ./run_memory_estimation.sh
NGPU=${NGPU:-"8"}
NNODES=${NNODES:-"1"}
LOG_RANK=${LOG_RANK:-0}
CONFIG_FILE=${CONFIG_FILE:-"./train_configs/debug_model.toml"}

overrides=""
Expand Down

0 comments on commit 9aa483d

Please sign in to comment.