imagetoaudio / postInstall
yongyeol's picture
Update postInstall
f843936 verified
raw
history blame
258 Bytes
#!/usr/bin/env bash
set -e # 였λ₯˜ λ°œμƒ μ‹œ μ¦‰μ‹œ 쀑단
echo "β–Ά installing audiocraft ..."
pip install --no-cache-dir \
git+https://github.com/facebookresearch/audiocraft@main --no-deps
echo "βœ“ audiocraft installed"