From 87ab91b572e04c1e80e703e27656ea24ae6a1d94 Mon Sep 17 00:00:00 2001 From: "Y.W. Fang" <1157670798@qq.com> Date: Wed, 24 Apr 2024 19:05:34 +0800 Subject: [PATCH] update vllm dependency version --- README-en.md | 5 ++++- README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 23cd075..3e5a19d 100644 --- a/README-en.md +++ b/README-en.md @@ -172,7 +172,10 @@ print(res) #### vLLM -* Install [vLLM](https://github.com/vllm-project/vllm) main: [build from source](https://docs.vllm.ai/en/latest/getting_started/installation.html#build-from-source)。 +* Install [vLLM](https://github.com/vllm-project/vllm) + ```shell + pip install "vllm>=0.4.1" + ``` * Examples ```shell diff --git a/README.md b/README.md index b3a368e..a7f94c3 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,10 @@ print(res) #### vLLM 推理 -* 安装[vLLM](https://github.com/vllm-project/vllm)主分支版本: [从源码安装](https://docs.vllm.ai/en/latest/getting_started/installation.html#build-from-source)。 +* 安装[vLLM](https://github.com/vllm-project/vllm) +```shell +pip install "vllm>=0.4.1" +``` * 测试样例 ```shell