update replicate cog yaml file

This commit is contained in:
Brett Kuprel 2022-07-02 12:02:55 -04:00
parent e8dac15810
commit ec37a2dafe

2
cog.yaml vendored
View File

@ -6,6 +6,6 @@ build:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
- "min-dalle>=0.2.10"
- "min-dalle==0.2.10"
predict: "replicate/predict.py:Predictor"