update vllm dependency version

This commit is contained in:
Y.W. Fang 2024-04-24 19:05:34 +08:00
parent ab6b2d4346
commit 87ab91b572
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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