Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
corystephenson-db committed Aug 7, 2023
1 parent 655b596 commit c073c61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions diffusion/inference/mosaic_inference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ integrations:
git_branch: main
pip_install: .[all]
model:
downloader: diffusion.inference.inference_model.download_checkpoint
download_parameters:
chkpt_path: # Path to download the checkpoint to evaluate
model_handler: diffusion.inference.inference_model.StableDiffusionInference
model_parameters:
pretrained: false
command: |
export PYTHONPATH=$PYTHONPATH:/code/diffusion
rm /usr/lib/python3/dist-packages/packaging-23.1.dist-info/REQUESTED
Expand Down

0 comments on commit c073c61

Please sign in to comment.