Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
pytorch_lightning==1.1.4
|
2 |
-
transformers
|
3 |
Pillow==8.2.0
|
4 |
tqdm==4.56.0
|
5 |
ipdb==0.13.4
|
@@ -10,5 +10,5 @@ sacred==0.8.2
|
|
10 |
pandas==1.1.5
|
11 |
timm
|
12 |
einops
|
13 |
-
git+https://github.com/
|
14 |
git+https://github.com/dandelin/ViLT.git
|
|
|
1 |
pytorch_lightning==1.1.4
|
2 |
+
transformers==4.2.1
|
3 |
Pillow==8.2.0
|
4 |
tqdm==4.56.0
|
5 |
ipdb==0.13.4
|
|
|
10 |
pandas==1.1.5
|
11 |
timm
|
12 |
einops
|
13 |
+
git+https://github.com/rwightman/pytorch-image-models.git
|
14 |
git+https://github.com/dandelin/ViLT.git
|