min-dalle-test/cog.yaml

14 lines
309 B
YAML
Raw Normal View History

2022-06-29 18:50:10 +00:00
build:
cuda: "11.0"
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
2022-07-04 13:21:31 +00:00
- "min-dalle==0.2.16"
2022-07-03 16:20:03 +00:00
run:
- pip install torch==1.10.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
2022-06-29 18:50:10 +00:00
2022-07-02 14:32:17 +00:00
predict: "replicate/predict.py:Predictor"