From 48c27244a32013748dd1d3f7f1ec82b8cc79b5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B8=A3=E6=B2=BC?= Date: Wed, 9 Oct 2024 16:13:12 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=20=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20Modification=E3=80=91=E6=B7=BB=E5=8A=A0=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E4=BA=A7=E5=93=81=E5=BD=A2=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8d81009..4b92db1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ascend Docker Runtime.zh - **[免责声明](#免责声明)** - **[组件介绍](#组件介绍)** +- **[支持的产品形态](#支持的产品形态)** - **[编译Ascend-Docker-Runtime](#编译Ascend-Docker-Runtime)** - **[组件安装](#组件安装)** - **[更新日志](#更新日志)** @@ -16,6 +17,15 @@ ![image](assets/20210329102949456.png) +# 支持的产品形态 +- Atlas 训练系列产品 +- Atlas A2 训练系列产品 +- 推理服务器(插Atlas 300I 推理卡) +- Atlas 200/300/500 推理产品 +- Atlas 200I/500 A2 推理产品 +- Atlas 推理系列产品(Ascend 310P AI处理器) +- Atlas 800I A2 推理服务器 + ## 设计简介 Ascend Docker Runtime本质上是基于OCI标准实现的Docker Runtime,不修改Docker引擎,对Docker以插件方式提供Ascend NPU适配功能。 -- Gitee From dce49a265ee295e553bc22eaddca9b97c428c8c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B8=A3=E6=B2=BC?= Date: Wed, 9 Oct 2024 17:41:20 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=20=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20Modification=E3=80=91=E6=B7=BB=E5=8A=A0=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E4=BA=A7=E5=93=81=E5=BD=A2=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b92db1..627e360 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ - **[编译Ascend-Docker-Runtime](#编译Ascend-Docker-Runtime)** - **[组件安装](#组件安装)** - **[更新日志](#更新日志)** +- **[版本配套说明](#版本配套说明)** # 免责声明 - 本代码仓库中包含多个开发分支,这些分支可能包含未完成、实验性或未测试的功能。在正式发布之前,这些分支不应被用于任何生产环境或依赖关键业务的项目中。请务必仅使用我们的正式发行版本,以确保代码的稳定性和安全性。 @@ -91,3 +92,6 @@ root@#:/home/test/ascend-docker-runtime/output# ll | v5.0.1 | 2024-05-18 | MindX 5.0.1补丁版本 | | v5.0.1-Patch1 | 2024-06-26 | MindX 5.0.1.1补丁版本 | | v6.0.0-RC2 | 2024-07-16 | 配套MindX 6.0.RC2版本 | + +# 版本配套说明 +- 版本配套详情请参考:[版本配套详情](https://www.hiascend.com/developer/download/commercial) \ No newline at end of file -- Gitee From d8b077a67162bc812b8f157bfab85893ee4af90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B8=A3=E6=B2=BC?= Date: Thu, 10 Oct 2024 08:59:41 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=20=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20Modification=E3=80=91=E6=B7=BB=E5=8A=A0=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E4=BA=A7=E5=93=81=E5=BD=A2=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 627e360..073b8c6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ # 支持的产品形态 - Atlas 训练系列产品 -- Atlas A2 训练系列产品 +- Atlas A2 训练系列产品 +- Atlas A3 训练系列产品 - 推理服务器(插Atlas 300I 推理卡) - Atlas 200/300/500 推理产品 - Atlas 200I/500 A2 推理产品 -- Gitee From 9630ab24c2e15a04cf1f09d45e837373ac288a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B8=A3=E6=B2=BC?= Date: Thu, 10 Oct 2024 10:14:53 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=20=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20Modification=E3=80=91=E6=B7=BB=E5=8A=A0=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E4=BA=A7=E5=93=81=E5=BD=A2=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 073b8c6..1c25534 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ root@#:/home/test/ascend-docker-runtime/output# ll | v5.0.0 | 2023-12-29 | 配套MindX 5.0.0版本 | | v6.0.0-RC1 | 2024-04-22 | 配套MindX 6.0.RC1版本 | | v5.0.1 | 2024-05-18 | MindX 5.0.1补丁版本 | -| v5.0.1-Patch1 | 2024-06-26 | MindX 5.0.1.1补丁版本 | | v6.0.0-RC2 | 2024-07-16 | 配套MindX 6.0.RC2版本 | # 版本配套说明 -- Gitee From c2b87197c029004ffd4d138201286b116156a4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B8=A3=E6=B2=BC?= Date: Thu, 10 Oct 2024 10:16:14 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=20=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20Modification=E3=80=91=E6=B7=BB=E5=8A=A0=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E4=BA=A7=E5=93=81=E5=BD=A2=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c25534..013a73b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ root@#:/home/test/ascend-docker-runtime/output# ll | v5.0.0-RC3 | 2023-10-27 | 配套MindX 5.0.RC3版本 | | v5.0.0 | 2023-12-29 | 配套MindX 5.0.0版本 | | v6.0.0-RC1 | 2024-04-22 | 配套MindX 6.0.RC1版本 | -| v5.0.1 | 2024-05-18 | MindX 5.0.1补丁版本 | +| v5.0.1 | 2024-05-18 | 配套MindX 5.0.1补丁版本 | | v6.0.0-RC2 | 2024-07-16 | 配套MindX 6.0.RC2版本 | # 版本配套说明 -- Gitee