Skip to content

Commit d8efb52

Browse files
committed
fix setuptools issue
Signed-off-by: Raphael Glon <[email protected]>
1 parent c92eb36 commit d8efb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker_images/diffusers/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ aiohttp>=3.8.5
2121
# This commit includes a fix that concerns
2222
# https://github.com/huggingface/diffusers/issues/6809
2323
# peft==0.7.1
24-
git+https://github.com/huggingface/peft.git@a30e006bb2f82824ab24435b9f07932738b44966
25-
# peft==0.11.1
24+
# git+https://github.com/huggingface/peft.git@a30e006bb2f82824ab24435b9f07932738b44966
25+
peft==0.11.1
2626
protobuf==5.27.1

0 commit comments

Comments
 (0)