Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
git+https://github.com/huggingface/transformers.git
|
3 |
-
timm
|
4 |
-
spaces
|
5 |
-
pillow
|
6 |
-
accelerate
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
timm
|
4 |
+
spaces
|
5 |
+
pillow
|
6 |
+
accelerate
|
7 |
+
tiktoken
|
8 |
+
einops
|
9 |
+
xformers
|
10 |
+
flash-attn
|