Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into delete_unused
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Dec 6, 2024
2 parents febe99c + 19b5f93 commit 7119ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"equinox>=0.11.7",
"jaxtyping>=0.2.34",
"tokenizers>=0.15.2",
"transformers>=4.41.2,<4.48.0",
"transformers>=4.41.2,<4.49.0",
"optax>=0.1.9",
"wandb>=0.17.8",
"draccus>=0.9.3",
Expand Down
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 7119ae1

Please sign in to comment.