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