cuio commited on
Commit
acd4cfc
·
verified ·
1 Parent(s): 86f6363

Create a.sh

Browse files
Files changed (1) hide show
  1. a.sh +6 -0
a.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
4
+ # If you failed to clone submodule due to network failures, please run following command until success
5
+ cd CosyVoice
6
+ git submodule update --init --recursive