yongyeol commited on
Commit
e5341b9
·
verified ·
1 Parent(s): 62341cf

Create postInstall

Browse files
Files changed (1) hide show
  1. 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