Spaces:
Running
on
Zero
Running
on
Zero
File size: 163 Bytes
a45988a |
1 2 3 4 5 6 7 8 |
#!/usr/bin/env bash
set -e
set -x
# c.f. https://github.com/huggingface/diffusers/blob/main/CONTRIBUTING.md#how-to-open-a-pr
cd diffusers
pip install -e ".[dev]" |