Skip to content

Commit 98ef35b

Browse files
authored
Update README.md CosyVoice2 vllm Usage
First change env and then pip libs
1 parent fca1df3 commit 98ef35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ Notice that `vllm==v0.9.0` has a lot of specific requirements, for example `torc
170170
171171
``` sh
172172
conda create -n cosyvoice_vllm --clone cosyvoice
173-
pip install vllm==v0.9.0 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
174173
conda activate cosyvoice_vllm
174+
pip install vllm==v0.9.0 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
175175
python vllm_example.py
176176
```
177177

0 commit comments

Comments
 (0)