Skip to content

Commit

Permalink
Fix ladder path
Browse files Browse the repository at this point in the history
  • Loading branch information
liujch1998 committed Aug 31, 2024
1 parent 4b01f8a commit de8721b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/beaker/ladder-launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ gantry run \
--shared-memory 10GiB \
--venv base \
--yes \
--timeout=-1 \
-- /bin/bash -c "${COMMAND}"

# --cluster ai2/pluto-cirrascale \
Expand Down
2 changes: 1 addition & 1 deletion scripts/beaker/ladder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ torchrun \
--rdzv_endpoint=$BEAKER_LEADER_REPLICA_HOSTNAME:29400 \
--node_rank=$BEAKER_REPLICA_RANK \
--rdzv_conf="read_timeout=420" \
scripts/ladder.py train "$@"
olmo/scaling/ladder.py train "$@"

0 comments on commit de8721b

Please sign in to comment.