52Hz commited on
Commit
d999999
1 Parent(s): d430426

Upload Cog.yaml

Browse files
Files changed (1) hide show
  1. Cog.yaml +17 -0
Cog.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ build:
2
+ gpu: true
3
+ python_version: "3.8"
4
+ system_packages:
5
+ - "libgl1-mesa-glx"
6
+ - "libglib2.0-0"
7
+ python_packages:
8
+ - "torchvision==0.9.0"
9
+ - "torch==1.8.0"
10
+ - "numpy==1.19.4"
11
+ - "opencv-python==4.4.0.46"
12
+ - "tqdm==4.62.2"
13
+ - "Pillow==8.3.2"
14
+ - "timm==0.4.12"
15
+ - "ipython==7.19.0"
16
+
17
+ predict: "predict.py:Predictor"