Spaces:
Sleeping
Sleeping
improved requirements
Browse files- deployment/requirements.txt +5 -0
- training/environment.yml +2 -2
deployment/requirements.txt
CHANGED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.18.0
|
2 |
+
pillow==9.4.0
|
3 |
+
timm==0.6.12
|
4 |
+
torch==1.13.1
|
5 |
+
torchvision==0.14.1
|
training/environment.yml
CHANGED
@@ -9,8 +9,8 @@ dependencies:
|
|
9 |
- python=3.10
|
10 |
- pip
|
11 |
- cudatoolkit=11.7
|
12 |
-
- pytorch
|
13 |
-
- torchvision
|
14 |
- pytorch-cuda=11.7
|
15 |
- fastcore=1.5.28
|
16 |
- fastai=2.7.11
|
|
|
9 |
- python=3.10
|
10 |
- pip
|
11 |
- cudatoolkit=11.7
|
12 |
+
- pytorch=1.13.1
|
13 |
+
- torchvision=0.14.1
|
14 |
- pytorch-cuda=11.7
|
15 |
- fastcore=1.5.28
|
16 |
- fastai=2.7.11
|