Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 26, 2024
1 parent d5843c1 commit 4ef79a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/olmo_core/internal/model_ladder.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def main(ladder_builder: Callable[[str], ModelLadder]):

# Build run config.
config = build_config(ladder, script, size, cmd, cluster, overrides)
config.ladder.validate()

# Run the cmd.
cmd.run(size, config)
Empty file removed src/test/internal/__init__.py
Empty file.
11 changes: 0 additions & 11 deletions src/test/internal/model_ladder_test.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/model_ladder_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from olmo_core.ladder import ModelSize
from olmo_core.model_ladder import ModelSize


def test_model_size_num_params():
Expand Down

0 comments on commit 4ef79a7

Please sign in to comment.