Unverified Commit e68a1d00 authored by Lyu Han's avatar Lyu Han Committed by GitHub
Browse files

Remove specified version in user guide (#241)

parent 271a19fe
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
LMDeploy supports LLM model inference of 4-bit weight, with the minimum requirement for NVIDIA graphics cards being sm80, such as A10, A100, Geforce 30/40 series. LMDeploy supports LLM model inference of 4-bit weight, with the minimum requirement for NVIDIA graphics cards being sm80, such as A10, A100, Geforce 30/40 series.
Before proceeding with the inference, please ensure that lmdeploy(>=v0.0.4) is installed. Before proceeding with the inference, please ensure that lmdeploy is installed.
```shell ```shell
pip install lmdeploy pip install lmdeploy
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
LMDeploy 支持 4bit 权重模型的推理,**对 NVIDIA 显卡的最低要求是 sm80**,比如A10,A100,Gerforce 30/40系列。 LMDeploy 支持 4bit 权重模型的推理,**对 NVIDIA 显卡的最低要求是 sm80**,比如A10,A100,Gerforce 30/40系列。
在推理之前,请确保安装了 lmdeploy,版本 >= v0.0.4 在推理之前,请确保安装了 lmdeploy
```shell ```shell
pip install lmdeploy pip install lmdeploy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment