chong.zhang commited on
Commit
d241830
·
1 Parent(s): 9073612
Files changed (2) hide show
  1. README.md +2 -0
  2. install.sh +1 -1
README.md CHANGED
@@ -13,5 +13,7 @@ short_description: A Unified Framework for Music, Song, Audio Generation.
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
  ```bash
 
 
16
  bash install.sh
17
  ```
 
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
  ```bash
16
+ pip install flash-attn --no-build-isolation
17
+ git submodule update --init --recursive
18
  bash install.sh
19
  ```
install.sh CHANGED
@@ -1,4 +1,4 @@
1
- pip install flash-attn --no-build-isolation
2
  git submodule update --init --recursive
3
  mkdir pretrained_models
4
  cd pretrained_models
 
1
+ #pip install flash-attn --no-build-isolation
2
  git submodule update --init --recursive
3
  mkdir pretrained_models
4
  cd pretrained_models