Skip to content

Commit 1a7034d

Browse files
authored
[ascend] add Ascend docker image (InternLM#3239)
* Update ascend image * add ascend pull image readme * add kunpeng cpu
1 parent bce6863 commit 1a7034d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/en/get_started/ascend/get_started.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Please read the original [Get Started](../get_started.md) guide before reading t
55

66
Here is the [supported model list](../../supported_models/supported_models.md#PyTorchEngine-on-Huawei-Ascend-Platform).
77

8+
> \[!IMPORTANT\]
9+
> We have uploaded a docker image with KUNPENG CPU to aliyun(from lmdeploy 0.7.1 + dlinfer 0.1.6).
10+
> Please try to pull the image by following command:
11+
> `docker pull crpi-4crprmm5baj1v8iv.cn-hangzhou.personal.cr.aliyuncs.com/lmdeploy_dlinfer/ascend:latest`
12+
> The dockerfile described below still works, you can try
13+
> both pulling image and build your own image by dockerfile.
14+
815
## Installation
916

1017
We highly recommend that users build a Docker image for streamlined environment setup.

docs/zh_cn/get_started/ascend/get_started.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
支持的模型列表在[这里](../../supported_models/supported_models.md#PyTorchEngine-华为昇腾平台).
66

7+
> \[!IMPORTANT\]
8+
> 我们已经在阿里云上提供了构建完成的鲲鹏CPU版本的镜像(从lmdeploy 0.7.1 + dlinfer 0.1.6开始)。
9+
> 请使用下面的命令来拉取镜像:
10+
> `docker pull crpi-4crprmm5baj1v8iv.cn-hangzhou.personal.cr.aliyuncs.com/lmdeploy_dlinfer/ascend:latest `
11+
> 下述的dockerfile依然是可以执行的,您可以直接拉取镜像,也可以使用dockerfile来自己构建。
12+
713
## 安装
814

915
我们强烈建议用户构建一个 Docker 镜像以简化环境设置。

0 commit comments

Comments
 (0)