Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,8 @@ torch
|
|
| 3 |
transformers
|
| 4 |
Pillow
|
| 5 |
numpy
|
| 6 |
-
accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
transformers
|
| 4 |
Pillow
|
| 5 |
numpy
|
| 6 |
+
accelerate
|
| 7 |
+
git+https://github.com/huggingface/accelerate.git
|
| 8 |
+
git+https://github.com/huggingface/diffusers.git
|
| 9 |
+
git+https://github.com/huggingface/peft.git
|
| 10 |
+
huggingface_hub
|