File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pip install lmdeploy
2323The default prebuilt package is compiled on ** CUDA 12** . If CUDA 11+ (>=11.3) is required, you can install lmdeploy by:
2424
2525``` shell
26- export LMDEPLOY_VERSION=0.9.1
26+ export LMDEPLOY_VERSION=0.9.2
2727export PYTHON_VERSION=310
2828pip install https://github.com/InternLM/lmdeploy/releases/download/v${LMDEPLOY_VERSION} /lmdeploy-${LMDEPLOY_VERSION} +cu118-cp${PYTHON_VERSION} -cp${PYTHON_VERSION} -manylinux2014_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
2929```
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pip install lmdeploy
2323默认的预构建包是在 ** CUDA 12** 上编译的。如果需要 CUDA 11+ (>=11.3),你可以使用以下命令安装 lmdeploy:
2424
2525``` shell
26- export LMDEPLOY_VERSION=0.9.1
26+ export LMDEPLOY_VERSION=0.9.2
2727export PYTHON_VERSION=310
2828pip install https://github.com/InternLM/lmdeploy/releases/download/v${LMDEPLOY_VERSION} /lmdeploy-${LMDEPLOY_VERSION} +cu118-cp${PYTHON_VERSION} -cp${PYTHON_VERSION} -manylinux2014_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
2929```
Original file line number Diff line number Diff line change 11# Copyright (c) OpenMMLab. All rights reserved.
22from typing import Tuple
33
4- __version__ = '0.9.1 '
4+ __version__ = '0.9.2 '
55short_version = __version__
66
77
You can’t perform that action at this time.
0 commit comments