hieupt commited on
Commit
727d6ec
·
verified ·
1 Parent(s): a898647

Upload cog.yaml

Browse files
Files changed (1) hide show
  1. cog.yaml +20 -0
cog.yaml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ build:
2
+ python_version: "3.6"
3
+ gpu: false
4
+ python_packages:
5
+ - future==0.18.2
6
+ - numpy==1.19.5
7
+ - librosa==0.8.1
8
+ - soundfile==0.10.3.post1
9
+ - musdb==0.4.0
10
+ - museval==0.4.0
11
+ - h5py==3.1.0
12
+ - tqdm==4.62.1
13
+ - torch==1.4.0
14
+ - torchvision==0.5.0
15
+ - tensorboard==2.6.0
16
+ - sortedcontainers==2.4.0
17
+ system_packages:
18
+ - libsndfile-dev
19
+ - ffmpeg
20
+ predict: "cog_predict.py:waveunetPredictor"