kevinwang676 commited on
Commit
935acfc
·
verified ·
1 Parent(s): 7acaf6f

Delete cog.yaml

Browse files
Files changed (1) hide show
  1. cog.yaml +0 -35
cog.yaml DELETED
@@ -1,35 +0,0 @@
1
- build:
2
- gpu: true
3
- cuda: "11.3"
4
- python_version: "3.8"
5
- system_packages:
6
- - "ffmpeg"
7
- - "libgl1-mesa-glx"
8
- - "libglib2.0-0"
9
- python_packages:
10
- - "torch==1.12.1"
11
- - "torchvision==0.13.1"
12
- - "torchaudio==0.12.1"
13
- - "joblib==1.1.0"
14
- - "scikit-image==0.19.3"
15
- - "basicsr==1.4.2"
16
- - "facexlib==0.3.0"
17
- - "resampy==0.3.1"
18
- - "pydub==0.25.1"
19
- - "scipy==1.10.1"
20
- - "kornia==0.6.8"
21
- - "face_alignment==1.3.5"
22
- - "imageio==2.19.3"
23
- - "imageio-ffmpeg==0.4.7"
24
- - "librosa==0.9.2" #
25
- - "tqdm==4.65.0"
26
- - "yacs==0.1.8"
27
- - "gfpgan==1.3.8"
28
- - "dlib-bin==19.24.1"
29
- - "av==10.0.0"
30
- - "trimesh==3.9.20"
31
- run:
32
- - mkdir -p /root/.cache/torch/hub/checkpoints/ && wget --output-document "/root/.cache/torch/hub/checkpoints/s3fd-619a316812.pth" "https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth"
33
- - mkdir -p /root/.cache/torch/hub/checkpoints/ && wget --output-document "/root/.cache/torch/hub/checkpoints/2DFAN4-cd938726ad.zip" "https://www.adrianbulat.com/downloads/python-fan/2DFAN4-cd938726ad.zip"
34
-
35
- predict: "predict.py:Predictor"