Skip to content

Commit

Permalink
Fix ladder bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liujch1998 committed Aug 31, 2024
1 parent de8721b commit 6d6eeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olmo/scaling/ladder.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def train_cmd(args: argparse.Namespace):
prepare_cli_environment()
add_cached_path_clients()

from train import main
from olmo.train import main

main(cfg)

Expand Down

0 comments on commit 6d6eeb9

Please sign in to comment.