Skip to content

Commit 5f5bed5

Browse files
authored
Relax upper bound on torch (#508)
1 parent 1ae2fa2 commit 5f5bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"transformers>=4.38.0",
5858
"accelerate",
5959
"huggingface_hub>=0.23.0",
60-
"torch>=2.0,<2.5",
60+
"torch>=2.0,<3.0",
6161
"GitPython>=3.1.41", # for logging
6262
"datasets>=2.14.0",
6363
"numpy<2", # pinned to avoid incompatibilities

0 commit comments

Comments
 (0)