From 515b034d42797af362243b12d65ef3d9d73641be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E9=9B=A8=E6=9D=B0?= Date: Mon, 17 Mar 2025 09:13:46 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贺雨杰 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8bbd68c..bf9e2de4 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ out, argmax = scatter_max(updates, indices, out) | 自研 | 不涉及 | ci/docker/ARM/build_protobuf.sh | https://gitee.com/it-monkey/protocolbuffers.git | 用于打包whl的url入参 | | 自研 | 不涉及 | ci/docker/X86/build_protobuf.sh | https://gitee.com/it-monkey/protocolbuffers.git | 用于打包whl的url入参 | | 自研 | 不涉及 | ci/docker/X86/install_obs.sh | https://obs-community.obs.cn-north-1.myhuaweicloud.com/obsutil/current/obsutil_linux_amd64.tar.gz | obs下载链接 | -| 自研 | 不涉及 | ci/docker/ARM/install_obs.sh | https://obs-community.obs.cn-north-1.myhuaweicloud.com/obsutil/current/obsutil_linux_amd64.tar.gz | obs下载链接 | +| 自研 | 不涉及 | ci/docker/ARM/install_obs.sh | https://obs-community.obs.cn-north-1.myhuaweicloud.com/obsutil/current/obsutil_linux_arm64.tar.gz | obs下载链接 | | 自研 | 不涉及 | ci/build.sh | https://gitee.com/ascend/pytorch.git | 编译脚本根据torch_npu仓库地址拉取代码进行编译 | | 自研 | 不涉及 | cmake/util/makeself/makeself.sh | https://makeself.io/ | makeself主页 | | 自研 | 不涉及 | cmake/util/makeself/makeself.sh | http://www.gnu.org/copyleft/gpl.html | license | -- Gitee