You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
320 B

2 years ago
build:
cuda: "11.3"
2 years ago
gpu: true
python_version: "3.8"
2 years ago
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
2 years ago
- "min-dalle==0.2.35"
2 years ago
run:
2 years ago
- pip install torch==1.11.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
2 years ago
predict: "replicate_predictor.py:ReplicatePredictor"