From 87f085729240a4d588d52ba175fc44cb2ba08f8d Mon Sep 17 00:00:00 2001 From: dengjia 00568668 Date: Thu, 19 Oct 2023 17:31:32 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README.zh.md=20with=20?= =?UTF-8?q?=E9=80=9A=E4=BF=A1=E7=9F=A9=E9=98=B5=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.zh.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.zh.md b/README.zh.md index a985830..b32078c 100644 --- a/README.zh.md +++ b/README.zh.md @@ -12,9 +12,7 @@ Ascend Apex以patch的形式发布,使能用户在华为昇腾(HUAWEI Ascend ├── Apex ├──patch ├──npu.patch # Ascend Apex对于原生Apex的patch文件,用于原生Apex中混合精度等功能基于昇腾AI处理器的适配 - ├──scripts - ├──build.sh # Ascend Apex的构建脚本 - ├── ... + ├──scripts # Ascend Apex的构建脚本目录 ├──src ├──apex ├──contrib # 提供Tensor融合的Python API,供融合优化器使用 @@ -22,7 +20,6 @@ Ascend Apex以patch的形式发布,使能用户在华为昇腾(HUAWEI Ascend ├──csrc/combine_tensors # 提供Tensor融合的C++接口 ├──tests # 测试用例 ├──LICENSE - ├── ... ``` ### 1.3 Ascend Apex已支持特性 @@ -301,3 +298,6 @@ API及参数说明请参考`https://nvidia.github.io/apex/amp.html`,Ascend Ape | checkpoint文件 | 640 (rw-r-----) | | | 程序文件 | 440 (r--r-----) | 除非开发调试场景,正常运行时程序文件不应再次修改 | | 可执行脚本 | 750 (rwxr-x---) | | + +##### 5.3 通信矩阵说明 +本插件不涉及端口侦听等相关行为,相关端口由用户在模型脚本指定调用原生接口开启,建议用户注意做好安全防护,单机训练的情况下请勿绑定全局端口。 \ No newline at end of file -- Gitee