We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a0bd9 commit 77ce929Copy full SHA for 77ce929
pyproject.toml
@@ -4,7 +4,7 @@ version = "1.3.0"
4
requires-python = ">=3.8"
5
license = { file = "LICENSE" }
6
dependencies = [
7
- "torch>=2.0,2.6", # package was tested on 2.2
+ "torch>=2.0,<2.6", # package was tested on 2.2
8
"transformers>=4.30,<4.48",
9
"accelerate>=0.32,<1",
10
]
0 commit comments