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
23
23
The default prebuilt package is compiled on ** CUDA 12** . If CUDA 11+ (>=11.3) is required, you can install lmdeploy by:
24
24
25
25
``` shell
26
- export LMDEPLOY_VERSION=0.7.2
26
+ export LMDEPLOY_VERSION=0.7.2.post1
27
27
export PYTHON_VERSION=38
28
28
pip 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
29
29
```
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pip install lmdeploy
23
23
默认的预构建包是在 ** CUDA 12** 上编译的。如果需要 CUDA 11+ (>=11.3),你可以使用以下命令安装 lmdeploy:
24
24
25
25
``` shell
26
- export LMDEPLOY_VERSION=0.7.2
26
+ export LMDEPLOY_VERSION=0.7.2.post1
27
27
export PYTHON_VERSION=38
28
28
pip 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
29
29
```
Original file line number Diff line number Diff line change 1
1
# Copyright (c) OpenMMLab. All rights reserved.
2
2
from typing import Tuple
3
3
4
- __version__ = '0.7.2'
4
+ __version__ = '0.7.2.post1 '
5
5
short_version = __version__
6
6
7
7
You can’t perform that action at this time.
0 commit comments