jcarnero commited on
Commit
96998e8
·
1 Parent(s): 66083a7

improved requirements

Browse files
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==1.13.1
13
- - torchvision==0.14.1
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