File size: 233 Bytes
dc53079 | 1 2 3 4 5 6 7 8 9 | conda_env_cosyvoice_v2.tar
1. conda create -n cosyvoice python=3.10
2. conda install -y -c conda-forge pynini==2.1.5
3. pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
|