Skip to content

Commit dc5a205

Browse files
authored
Merge pull request #415 from ZacBranson/ZacBranson-patch3
bump torch range to >=2.3.1,<2.7.0
2 parents 928fb84 + 2bf87da commit dc5a205

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"scipy>=1.10.0",
3030
"sentence-transformers>=3.4.0,<3.5.0",
3131
"tokenizers>=0.20.0",
32-
"torch>=2.3.1,<2.6.0",
32+
"torch>=2.3.1,<2.7.0",
3333
"tqdm>=4.67.0",
3434
"transformers>=4.48.3,<4.50.0",
3535
"peft==0.14.0",

0 commit comments

Comments
 (0)