forked from bytedance/piano_transcription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcog.yaml
37 lines (31 loc) · 759 Bytes
/
cog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Configuration for Cog ⚙️
# Reference: https://github.com/replicate/cog/blob/main/docs/yaml.md
build:
gpu: true
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
- "libsndfile1-dev"
- "ffmpeg"
- "timidity"
python_version: "3.8"
python_packages:
- "torch==1.8.0"
- "torchvision==0.9.0"
- "piano_transcription_inference==0.0.5"
- "librosa==0.6.0"
- "h5py==2.10.0"
- "pandas==1.1.2"
- "librosa==0.6.0"
- "numba==0.48"
- "mido==1.2.9"
- "mir_eval==0.5"
- "matplotlib==3.0.3"
- "torchlibrosa==0.0.4"
- "sox==1.4.0"
- "tqdm==4.62.3"
- "pretty_midi==0.2.9"
- "synthviz==0.0.2"
run:
- "ffmpeg -version"
predict: "predict.py:Predictor"