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