Spaces:
Runtime error
Runtime error
Create postInstall
Browse files- postInstall +3 -0
postInstall
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env bash
|
2 |
+
# audiocraft를 torch 의존성 없이 설치해 충돌 방지
|
3 |
+
pip install --no-cache-dir git+https://github.com/facebookresearch/audiocraft@main --no-deps
|