Spaces:
Runtime error
Runtime error
Commit
·
1017285
1
Parent(s):
df7bb45
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastapi
|
2 |
requests
|
3 |
sentencepiece
|
4 |
-
pytorch
|
5 |
transformers==4.3.1
|
6 |
uvicorn[standard]
|
7 |
Pillow
|
@@ -9,8 +9,8 @@ huggingface_hub
|
|
9 |
omegaconf==2.1.1
|
10 |
einops==0.3.0
|
11 |
pytorch-lightning==1.4.2
|
12 |
-
torchvision
|
13 |
-
numpy
|
14 |
albumentations
|
15 |
opencv-python
|
16 |
pudb
|
|
|
1 |
fastapi
|
2 |
requests
|
3 |
sentencepiece
|
4 |
+
pytorch==1.7.0
|
5 |
transformers==4.3.1
|
6 |
uvicorn[standard]
|
7 |
Pillow
|
|
|
9 |
omegaconf==2.1.1
|
10 |
einops==0.3.0
|
11 |
pytorch-lightning==1.4.2
|
12 |
+
torchvision==0.8.1
|
13 |
+
numpy==1.19.2
|
14 |
albumentations
|
15 |
opencv-python
|
16 |
pudb
|