Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,9 @@ torch
|
|
| 2 |
git+https://github.com/huggingface/transformers.git
|
| 3 |
spaces
|
| 4 |
pillow
|
| 5 |
-
accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
git+https://github.com/huggingface/transformers.git
|
| 3 |
spaces
|
| 4 |
pillow
|
| 5 |
+
accelerate
|
| 6 |
+
einops
|
| 7 |
+
shortuuid
|
| 8 |
+
numpy
|
| 9 |
+
deepspeed==0.13.4
|
| 10 |
+
tokenizers
|