Skip to content

Commit 3d805c0

Browse files
authored
Merge pull request #632 from foundation-model-stack/v3.1.0-rc3
fix: release pypi build failure due to peft tagging to a commit
2 parents 8659901 + 29cbf07 commit 3d805c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"tokenizers<=0.22",
3636
"tqdm>=4.66.2,<5.0",
3737
"trl>=0.19.1,<0.20.0",
38-
"peft @ git+https://github.com/huggingface/peft.git@293aea5df6db240856a77f89955d1a89ce38b50d",
38+
"peft==0.18.0rc0",
3939
"datasets>=4.0.0,<5.0.0",
4040
"simpleeval>=0.9.13,<2.0",
4141
"pillow>=11.0.0,<12.0",

0 commit comments

Comments
 (0)