use / a.sh
cuio's picture
Create a.sh
acd4cfc verified
raw
history blame
235 Bytes
#!/bin/bash
git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
# If you failed to clone submodule due to network failures, please run following command until success
cd CosyVoice
git submodule update --init --recursive