1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

add peft dependency.

This commit is contained in:
sayakpaul
2023-11-14 13:28:15 +05:30
parent 842df25c10
commit 002767361c

View File

@@ -40,6 +40,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
numpy \
scipy \
tensorboard \
transformers
transformers \
peft
CMD ["/bin/bash"]