Create a.sh
Browse files
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
|