From 63d26dfe3cad32fa5ea1af0d451e2527deca1fcd Mon Sep 17 00:00:00 2001 From: wuyulong11 Date: Sun, 25 Jun 2023 10:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E3=80=91=20whl=E5=8C=85=E6=89=93=E5=8C=85=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E3=80=90=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=E3=80=91=20wuyulong=2030031080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tb_plugins/profiling/tb_plugin/setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tb_plugins/profiling/tb_plugin/setup.py b/tb_plugins/profiling/tb_plugin/setup.py index 89033843f0c..70d074ca5f8 100644 --- a/tb_plugins/profiling/tb_plugin/setup.py +++ b/tb_plugins/profiling/tb_plugin/setup.py @@ -63,14 +63,14 @@ class build_fe(setuptools.Command): setuptools.setup( - name="torch-tb-profiler-npu", + name="torch-tb-profiler-ascend", version=get_version(os.path.join('torch_tb_profiler', '__init__.py')), - description="PyTorch Profiler TensorBoard Plugin", - long_description="PyTorch Profiler TensorBoard Plugin : \ - https://github.com/pytorch/kineto/tree/main/tb_plugin", - url="https://github.com/pytorch/kineto/tree/main/tb_plugin", - author="PyTorch Team", - author_email="packages@pytorch.org", + description="PyTorch Ascend Profiler TensorBoard Plugin", + long_description="PyTorch Ascend Profiler TensorBoard Plugin : \ + https://gitee.com/ascend/att/tree/master/tb_plugins/profiling/tb_plugin", + url="https://gitee.com/ascend/att/tree/master/tb_plugins/profiling/tb_plugin", + author="Ascend Team", + author_email="pmail_mindstudio@huawei.com", cmdclass={ "build_fe": build_fe }, -- Gitee