Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c92eb36

Browse files
committedJun 23, 2024··
issue with latest peft
Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com>
1 parent 1ce572a commit c92eb36

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎docker_images/diffusers/requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ uvicorn>=0.23.2
1717
gunicorn>=21.2.0
1818
psutil>=5.9.5
1919
aiohttp>=3.8.5
20-
peft==0.11.1
20+
# Tmp: replace with version once there is a tag above 0.8.1
21+
# This commit includes a fix that concerns
22+
# https://github.com/huggingface/diffusers/issues/6809
23+
# peft==0.7.1
24+
git+https://github.com/huggingface/peft.git@a30e006bb2f82824ab24435b9f07932738b44966
25+
# peft==0.11.1
2126
protobuf==5.27.1

0 commit comments

Comments
 (0)
Please sign in to comment.