We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01ca21 commit dae39b6Copy full SHA for dae39b6
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
"torch>=2.3.1,<3",
16
# transformers<4.54 is not supported due to refactoring of the transformers library.
17
# transformers 4.54-4.55.2 are not compatible with kvpress due to flash attention bugs in transformers
18
- "transformers>=4.56",
+ "transformers>=4.56<5.0.0",
19
"datasets>=2.21.0,<3",
20
"pandas>=2.2.2,<3",
21
"accelerate>=1.0.0,<2",
0 commit comments