Skip to content

Commit

Permalink
Relax upper bound on torch (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun authored Jan 23, 2025
1 parent 1ae2fa2 commit 5f5bed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
"transformers>=4.38.0",
"accelerate",
"huggingface_hub>=0.23.0",
"torch>=2.0,<2.5",
"torch>=2.0,<3.0",
"GitPython>=3.1.41", # for logging
"datasets>=2.14.0",
"numpy<2", # pinned to avoid incompatibilities
Expand Down

0 comments on commit 5f5bed5

Please sign in to comment.