min-dalle-test/cog.yaml

13 lines
321 B
YAML
Raw Normal View History

2022-06-29 18:50:10 +00:00
build:
cuda: "11.5.1"
2022-06-29 18:50:10 +00:00
gpu: true
2022-07-07 12:53:27 +00:00
python_version: "3.10"
2022-06-29 18:50:10 +00:00
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
- "min-dalle==0.3.7"
2022-07-03 16:20:03 +00:00
run:
- pip install torch==1.12.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html
2022-06-29 18:50:10 +00:00
predict: "replicate_predictor.py:ReplicatePredictor"