From f9124fa95b28213ddc8e3af8c15e18e34eb1b027 Mon Sep 17 00:00:00 2001 From: wangzw1022 Date: Thu, 1 Aug 2024 12:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9apex=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=BB=8E0.1-ascend=E5=88=B00.1+ascend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patch/npu.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/npu.patch b/patch/npu.patch index cab961a..35e2db5 100644 --- a/patch/npu.patch +++ b/patch/npu.patch @@ -3042,7 +3042,7 @@ diff -Nur '--exclude=.git' apex/setup.py apex-develop/setup.py setup( name='apex', - version='0.1', -+ version='0.1-ascend', ++ version='0.1+ascend', packages=find_packages(exclude=('build', 'csrc', 'include', -- Gitee