-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcog.yaml
31 lines (31 loc) · 782 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
build:
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
- "torch==1.11.0"
- "taming-transformers-rom1504==0.0.6"
- "clip-anytorch==2.2.0"
- "clize==4.2.0"
- "einops==0.3.0"
- "ftfy==6.0.3"
- "fsspec==2021.8.1"
- "imageio==2.9.0"
- "kornia==0.5.10"
- "torchvision==0.12.0"
- "numpy==1.21.1"
- "ipython==7.21.0"
- "omegaconf==2.1.1"
- "pandas==1.3.3"
- "pytorch-lightning==1.4.7"
- "requests==2.26.0"
- "tensorboard==2.6.0"
- "Pillow==9.0.1"
- "torchmetrics==0.5.1"
- "open_clip_torch==1.2.0"
run:
- pip install x-transformers==0.19.1
- pip install git+https://github.com/CompVis/net2net
predict: "predict.py:Predictor"