AlexKM commited on
Commit
ee4544e
1 Parent(s): 09b516c

Upload cog.yaml

Browse files
Files changed (1) hide show
  1. cog.yaml +26 -0
cog.yaml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ build:
2
+ gpu: true
3
+ cuda: 11.0
4
+ python_version: "3.8"
5
+ system_packages:
6
+ - "libgl1-mesa-glx"
7
+ - "libglib2.0-0"
8
+ python_packages:
9
+ - "torchvision==0.10.0"
10
+ - "torch==1.9.0"
11
+ - "torchaudio==0.9.0"
12
+ - "numpy==1.19.4"
13
+ - "tqdm==4.62.2"
14
+ - "Pillow==8.3.2"
15
+ - "einops==0.3.2"
16
+ - "ftfy==6.0.3"
17
+ - "regex==2021.10.8"
18
+ - "imageio==2.10.3"
19
+ - "ipython==7.21.0"
20
+ - "torch-optimizer==0.3.0"
21
+ - "imageio-ffmpeg==0.4.5"
22
+ - "kornia==0.6.1"
23
+ - "pytorch-lightning==1.5.0"
24
+ - "omegaconf==2.1.1"
25
+
26
+ predict: "predict.py:Predictor"