File size: 256 Bytes
e5341b9
159859d
 
f843936
159859d
 
f843936
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -e                          # 였λ₯˜ λ°œμƒ μ‹œ μ¦‰μ‹œ 쀑단

echo "β–Ά installing audiocraft ..."
pip install --no-cache-dir --use-pep517 \
  git+https://github.com/facebookresearch/audiocraft@main
echo "βœ“ audiocraft installed"