forked from AILab-CVC/FreeNoise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcog.yaml
33 lines (32 loc) · 798 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
# 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"
python_version: "3.11"
python_packages:
- "decord==0.6.0"
- "einops==0.3.0"
- "imageio==2.9.0"
- "numpy==1.24.2"
- "omegaconf==2.1.1"
- "opencv_python==4.8.1.78"
- "pandas==2.0.0"
- "Pillow==9.5.0"
- "pytorch_lightning==1.8.3"
- "PyYAML==6.0"
- "setuptools==65.6.3"
- "torch==2.0.1"
- "torchvision==0.15.2"
- "tqdm==4.65.0"
- "transformers==4.25.1"
- "moviepy==1.0.3"
- "av==10.0.0"
- "xformers==0.0.22"
- "timm==0.9.8"
- "scikit-learn==1.3.2"
- "open_clip_torch==2.23.0"
- "kornia==0.7.0"
predict: "predict.py:Predictor"