File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 6969 ` ` ` sh
7070 conda create -n cosyvoice -y python=3.10
7171 conda activate cosyvoice
72- # pynini is required by WeTextProcessing, use conda to install it as it can be executed on all platforms.
73- conda install -y -c conda-forge pynini==2.1.5
7472 pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
7573
7674 # If you encounter sox compatibility issues
@@ -106,7 +104,7 @@ git clone https://www.modelscope.cn/iic/CosyVoice-ttsfrd.git pretrained_models/C
106104
107105Optionally, you can unzip ` ttsfrd` resource and install ` ttsfrd` package for better text normalization performance.
108106
109- Notice that this step is not necessary. If you do not install ` ttsfrd` package, we will use WeTextProcessing by default.
107+ Notice that this step is not necessary. If you do not install ` ttsfrd` package, we will use wetext by default.
110108
111109` ` ` sh
112110cd pretrained_models/CosyVoice-ttsfrd/
You can’t perform that action at this time.
0 commit comments