Skip to content

Commit

Permalink
Merge pull request #65 from roboflow/dependabot/pip/peft-gte-0.12-and…
Browse files Browse the repository at this point in the history
…-lt-0.14

⬆️ Update peft requirement from ~=0.12.0 to >=0.12,<0.14
  • Loading branch information
onuralpszr authored Sep 25, 2024
2 parents 7a87058 + cbc252c commit 5f9f178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"torch~=2.4.0",
"accelerate>=0.33,<0.35",
"sentencepiece~=0.2.0",
"peft~=0.12.0",
"peft>=0.12,<0.14",
"flash-attn~=2.6.3; sys_platform != 'darwin'",
"einops~=0.8.0",
"timm~=1.0.9",
Expand Down

0 comments on commit 5f9f178

Please sign in to comment.