Skip to content

Commit 25a0796

Browse files
justheuristichrQAQ
andauthored
Hotfix: require peft version 0.5.0 (#539)
Peft: strict version check for now Co-authored-by: horik <[email protected]>
1 parent dcce436 commit 25a0796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_requires =
4747
cpufeature>=0.2.0; platform_machine == "x86_64"
4848
packaging>=20.9
4949
sentencepiece>=0.1.99
50-
peft>=0.5.0
50+
peft==0.5.0
5151
safetensors>=0.3.1
5252
Dijkstar>=2.6.0
5353

0 commit comments

Comments
 (0)