Skip to content

Commit 182aafe

Browse files
authored
Update torch dependency version to >=2.2,<3 (#388)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 67a6f91 commit 182aafe

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
@@ -14,7 +14,7 @@ readme = "README.md"
1414
license = { file = "LICENSE" }
1515
requires-python = ">=3.10"
1616
dependencies = [
17-
"torch>=2.0,<3",
17+
"torch>=2.2,<3",
1818
"transformers>=4.41,<5",
1919
"accelerate>=0.34,<2",
2020
"numpy>=1.21,<3",

0 commit comments

Comments
 (0)