We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14794f3 commit 9e918d3Copy full SHA for 9e918d3
pyproject.toml
@@ -16,9 +16,6 @@ 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
- "sentencepiece>=0.2.0,<0.3",
20
- "protobuf>=5.27.2,<6",
21
- "datasets>=2.21.0,<3",
22
"pandas>=2.2.2,<3",
23
"accelerate>=1.0.0,<2",
24
"requests>=2.32.3,<3",
0 commit comments