Skip to content

Commit

Permalink
make eval_harness part of levanter namespace (#833)
Browse files Browse the repository at this point in the history
For being able to import as `from levanter.eval_harness import __`
  • Loading branch information
nikil-ravi authored Dec 5, 2024
1 parent f5a6878 commit c90cff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/levanter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import levanter.data as data
import levanter.distributed as distributed
import levanter.eval as eval
import levanter.eval_harness as eval_harness
import levanter.models as models
import levanter.optim as optim
import levanter.tracker as tracker
Expand Down

0 comments on commit c90cff9

Please sign in to comment.