"examples/base-modelfile-sentiments/Readme.md" did not exist on "e3fb1fd3f1a963033745c7229300c1cdaeb7d15d"
cog.yaml 366 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
build:
  cuda: "10.2"
  gpu: true
  python_version: "3.8"
  system_packages:
    - "libgl1-mesa-glx"
    - "libglib2.0-0"
  python_packages:
    - "numpy==1.21.5"
    - "ipython==7.21.0"
    - "opencv-python==4.5.4.58"
    - "torch==1.9.1"
    - "torchvision==0.10.1"
    - "einops==0.4.1"

  run:
    - pip install basicsr==1.3.4.9

predict: "predict.py:Predictor"