Skip to content

Commit 525531d

Browse files
committed
Update README.md
1 parent c788bca commit 525531d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
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

107105
Optionally, 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
112110
cd pretrained_models/CosyVoice-ttsfrd/

0 commit comments

Comments
 (0)