Skip to content

Commit f0b5fbb

Browse files
authored
Merge pull request #831 from FunAudioLLM/dev/lyuxiang.lx
update readme
2 parents 9e15642 + 0b17753 commit f0b5fbb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ sudo yum install sox sox-devel
8080

8181
We strongly recommend that you download our pretrained `CosyVoice2-0.5B` `CosyVoice-300M` `CosyVoice-300M-SFT` `CosyVoice-300M-Instruct` model and `CosyVoice-ttsfrd` resource.
8282

83-
If you are expert in this field, and you are only interested in training your own CosyVoice model from scratch, you can skip this step.
84-
8583
``` python
8684
# SDK模型下载
8785
from modelscope import snapshot_download
@@ -118,7 +116,7 @@ pip install ttsfrd-0.4.2-cp310-cp310-linux_x86_64.whl
118116
**Basic Usage**
119117

120118
We strongly recommend using `CosyVoice2-0.5B` for better performance.
121-
For zero_shot/cross_lingual inference, please use `CosyVoice-300M` model.
119+
For zero_shot/cross_lingual inference, please use `CosyVoice2-0.5B` `CosyVoice-300M` model.
122120
For sft inference, please use `CosyVoice-300M-SFT` model.
123121
For instruct inference, please use `CosyVoice-300M-Instruct` model.
124122

@@ -182,7 +180,6 @@ for i, j in enumerate(cosyvoice.inference_instruct('在面对挑战时,他展
182180
**Start web demo**
183181

184182
You can use our web demo page to get familiar with CosyVoice quickly.
185-
We support sft/zero_shot/cross_lingual/instruct inference in web demo.
186183

187184
Please see the demo website for details.
188185

@@ -194,12 +191,11 @@ python3 webui.py --port 50000 --model_dir pretrained_models/CosyVoice-300M
194191
**Advanced Usage**
195192

196193
For advanced user, we have provided train and inference scripts in `examples/libritts/cosyvoice/run.sh`.
197-
You can get familiar with CosyVoice following this recipie.
198194

199195
**Build for deployment**
200196

201-
Optionally, if you want to use grpc for service deployment,
202-
you can run following steps. Otherwise, you can just ignore this step.
197+
Optionally, if you want service deployment,
198+
you can run following steps.
203199

204200
``` sh
205201
cd runtime/python

0 commit comments

Comments
 (0)