From 33453ff5308ef321b1d6022166fba3a9ea23c126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=88=E9=BE=99=E8=BE=89?= <1457688103@qq.com> Date: Wed, 4 Dec 2024 06:17:56 +0000 Subject: [PATCH] update Samples/ResnetPicture/python/README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谈龙辉 <1457688103@qq.com> --- Samples/ResnetPicture/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/ResnetPicture/python/README.md b/Samples/ResnetPicture/python/README.md index 85f74b8..5a4fb13 100644 --- a/Samples/ResnetPicture/python/README.md +++ b/Samples/ResnetPicture/python/README.md @@ -37,7 +37,7 @@ 2. 安装ACLLite库。 - 参考[ACLLite仓](https://gitee.com/ascend/ACLLite)安装ACLLite库python版。 + 参考[ACLLite仓](https://gitee.com/ascend/ACLLite/tree/master/python)安装ACLLite库python版。 #### 运行样例 -- Gitee