14 lines
320 B
YAML
Vendored
14 lines
320 B
YAML
Vendored
build:
|
|
cuda: "11.4"
|
|
gpu: true
|
|
python_version: "3.10"
|
|
system_packages:
|
|
- "libgl1-mesa-glx"
|
|
- "libglib2.0-0"
|
|
python_packages:
|
|
- "min-dalle==0.3.1"
|
|
run:
|
|
- pip install torch==1.11.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
predict: "replicate_predictor.py:ReplicatePredictor"
|