From 98ef35b1c08fd403917cce16f5f87b0e1ce50d84 Mon Sep 17 00:00:00 2001 From: UncleLLD Date: Thu, 12 Jun 2025 15:12:58 +0800 Subject: [PATCH] Update README.md CosyVoice2 vllm Usage First change env and then pip libs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2478d..2a2878a 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,8 @@ Notice that `vllm==v0.9.0` has a lot of specific requirements, for example `torc ``` sh 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 +pip install vllm==v0.9.0 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com python vllm_example.py ```