We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce572a commit c92eb36Copy full SHA for c92eb36
docker_images/diffusers/requirements.txt
@@ -17,5 +17,10 @@ uvicorn>=0.23.2
17
gunicorn>=21.2.0
18
psutil>=5.9.5
19
aiohttp>=3.8.5
20
-peft==0.11.1
+# 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
26
protobuf==5.27.1
0 commit comments