From 433bfc951364f3a5bc16935af6839896af8bbd75 Mon Sep 17 00:00:00 2001 From: FelixTang7 Date: Mon, 29 Jan 2024 09:34:29 +0800 Subject: [PATCH 1/2] Title wheel name change Type: Feature Team: PyTorch_Ops_Dev InventoryUpdate: False Issue: issue_no Description: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b71bea78..db4d39bf 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if os.getenv("BUILD_WITHOUT_SHA") is None: VERSION += "_" + sha[:7] setup( - name="ads-accelerator", + name="ads", version=VERSION, description='Cpp Extension Include ascend_ads', keywords='ads', -- Gitee From 48609b01a1f127523dde64e7d0645a5fd4bf4eed Mon Sep 17 00:00:00 2001 From: FelixTang7 Date: Mon, 29 Jan 2024 17:23:00 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Title=20wheel=E5=8C=85=E5=90=8D=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E6=88=90ads=5Faccelerator=20Type:=20=20Feature=20Team?= =?UTF-8?q?:=20PyTorch=5FOps=5FDev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit InventoryUpdate: False Issue: issue_no Description: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db4d39bf..b71bea78 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if os.getenv("BUILD_WITHOUT_SHA") is None: VERSION += "_" + sha[:7] setup( - name="ads", + name="ads-accelerator", version=VERSION, description='Cpp Extension Include ascend_ads', keywords='ads', -- Gitee