We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e918d3 commit 491e868Copy full SHA for 491e868
pyproject.toml
@@ -16,6 +16,7 @@ dependencies = [
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",
19
+ "datasets>=2.21.0,<3",
20
"pandas>=2.2.2,<3",
21
"accelerate>=1.0.0,<2",
22
"requests>=2.32.3,<3",
0 commit comments