From be005c825f8886d36e839e7c0143ad2f73c7e89b Mon Sep 17 00:00:00 2001 From: "lyuxiang.lx" Date: Sun, 28 Sep 2025 15:25:42 +0800 Subject: [PATCH] fix vllm transformer version bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3cfd5..ef7f6ab 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Notice that `vllm==v0.9.0` has a lot of specific requirements, for example `torc ``` sh conda create -n cosyvoice_vllm --clone cosyvoice conda activate cosyvoice_vllm -pip install vllm==v0.9.0 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com +pip install vllm==v0.9.0 transformers==4.51.3 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com python vllm_example.py ```