Skip to content

Commit 0161b35

Browse files
committed
Update and fix peft version dependencies
1 parent 884ebbb commit 0161b35

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
@@ -45,7 +45,7 @@ dependencies = [
4545
"xxhash (>=3.5.0,<4.0.0)",
4646
"python-dotenv (>=1.0.1,<2.0.0)",
4747
"transformers[torch] (>=4.49.0,<5.0.0)",
48-
"peft (>= 0.10.0, <0.15.0)",
48+
"peft (>= 0.10.0, !=0.15.0, !=0.15.1, <1.0.0)",
4949
"codecarbon (==2.6)",
5050
]
5151

0 commit comments

Comments
 (0)