Skip to content

Commit

Permalink
fix typo in get_started guide (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 authored Apr 8, 2024
1 parent 60dc4fa commit fdb9531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install lmdeploy with pip (python 3.8+) or [from source](./build.md)
pip install lmdeploy
```

The default prebuilt package is compiled on CUDA 11.8. However, if CUDA 12+ is required, you can install lmdeploy by:
The default prebuilt package is compiled on **CUDA 12**. However, if CUDA 11+ is required, you can install lmdeploy by:

```shell
export LMDEPLOY_VERSION=0.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LMDeploy提供了快速安装、模型量化、离线批处理、在线推理服
pip install lmdeploy
```

LMDeploy的预编译包默认是基于 CUDA 11.8 编译的。如果需要在 CUDA 12+ 下安装 LMDeploy,请执行以下命令:
LMDeploy的预编译包默认是基于 CUDA 12 编译的。如果需要在 CUDA 11+ 下安装 LMDeploy,请执行以下命令:

```shell
export LMDEPLOY_VERSION=0.3.0
Expand Down

0 comments on commit fdb9531

Please sign in to comment.