Skip to content

Commit

Permalink
Fix transformers <4.48
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeblick authored Jan 7, 2025
1 parent 2f14278 commit d242538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "kvpress"
authors = ["Simon Jegou", "Maximilian Jeblick", "Jiwei Liu", "David Austin"]
description = "Efficiently compress the KV cache of any pretrained transformer"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"

[tool.poetry.dependencies]
Expand All @@ -14,7 +14,7 @@ scipy = "^1.13.1"
matplotlib = "^3.9.0"
bs4 = "^0.0.2"
torch = "^2.3.1"
transformers = "^4.45.1"
transformers = ">=4.45.1 <4.48"
nvitop = "^1.3.2"
sentencepiece = "^0.2.0"
protobuf = "^5.27.2"
Expand Down

0 comments on commit d242538

Please sign in to comment.