Skip to content

Commit dae39b6

Browse files
committed
Update pyproject.toml
Signed-off-by: SimJeg <sjegou@nvidia.com>
1 parent d01ca21 commit dae39b6

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
@@ -15,7 +15,7 @@ dependencies = [
1515
"torch>=2.3.1,<3",
1616
# transformers<4.54 is not supported due to refactoring of the transformers library.
1717
# transformers 4.54-4.55.2 are not compatible with kvpress due to flash attention bugs in transformers
18-
"transformers>=4.56",
18+
"transformers>=4.56<5.0.0",
1919
"datasets>=2.21.0,<3",
2020
"pandas>=2.2.2,<3",
2121
"accelerate>=1.0.0,<2",

0 commit comments

Comments
 (0)