Update README.md CosyVoice2 vllm Usage

First change env and then pip libs
This commit is contained in:
UncleLLD
2025-06-12 15:12:58 +08:00
committed by GitHub
parent fca1df3ea7
commit 98ef35b1c0

View File

@@ -170,8 +170,8 @@ Notice that `vllm==v0.9.0` has a lot of specific requirements, for example `torc
``` sh ``` sh
conda create -n cosyvoice_vllm --clone cosyvoice conda create -n cosyvoice_vllm --clone cosyvoice
pip install vllm==v0.9.0 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
conda activate cosyvoice_vllm conda activate cosyvoice_vllm
pip install vllm==v0.9.0 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
python vllm_example.py python vllm_example.py
``` ```