Skip to content

Commit 75803f2

Browse files
authored
Relax torch compatibility to <3 (#277)
*Issue #, if available:* Solves #273 *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 39515ff commit 75803f2

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
@@ -11,7 +11,7 @@ readme = "README.md"
1111
license = { file = "LICENSE" }
1212
requires-python = ">=3.9"
1313
dependencies = [
14-
"torch>=2.0,<2.6", # package was tested on 2.2
14+
"torch>=2.0,<3", # package was tested on 2.2
1515
"transformers>=4.30,<4.48",
1616
"accelerate>=0.32,<1",
1717
]

0 commit comments

Comments
 (0)