Skip to content

Commit

Permalink
📌 Restrict compatible set of peft and transformers
Browse files Browse the repository at this point in the history
Signed-off-by: Evaline Ju <[email protected]>
  • Loading branch information
evaline-ju committed Feb 12, 2025
1 parent 95e9ac9 commit 685b502
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 @@ -31,8 +31,8 @@ dependencies = [
"tokenizers>=0.13.3",
"torch>=2.3.1,<2.6.0",
"tqdm>=4.65.0",
"transformers>=4.38.0,<4.49.0",
"peft>=0.6.0,<0.15.0",
"transformers>=4.44.0,<4.49.0",
"peft>=0.13.0,<0.15.0",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 685b502

Please sign in to comment.