Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
|
|
1 |
timm
|
2 |
pillow
|
3 |
-
|
4 |
-
git+https://github.com/huggingface/accelerate.git
|
5 |
huggingface_hub
|
|
|
6 |
torchvision
|
7 |
-
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
timm
|
4 |
pillow
|
5 |
+
accelerate
|
|
|
6 |
huggingface_hub
|
7 |
+
hf_xet
|
8 |
torchvision
|
9 |
+
gradio
|