From bce9607850499f3b04d07142d5679b0304fe22a9 Mon Sep 17 00:00:00 2001 From: jiangchangting1 Date: Thu, 9 Nov 2023 01:57:51 +0000 Subject: [PATCH 1/3] update debug/accuracy_tools/ptdbg_ascend/CMakeLists.txt. Signed-off-by: jiangchangting1 --- debug/accuracy_tools/ptdbg_ascend/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/accuracy_tools/ptdbg_ascend/CMakeLists.txt b/debug/accuracy_tools/ptdbg_ascend/CMakeLists.txt index dbc10dddd..f68d03daf 100644 --- a/debug/accuracy_tools/ptdbg_ascend/CMakeLists.txt +++ b/debug/accuracy_tools/ptdbg_ascend/CMakeLists.txt @@ -16,4 +16,4 @@ add_custom_target(ptdbg_ascend ALL VERBATIM ) -install(CODE "execute_process(COMMAND ${PYTHON_BIN_PATH} -m pip install ${CMAKE_BINARY_DIR}/ptdbg_ascend/dist/ptdbg_ascend-3.0-py3-none-any.whl --upgrade)") +install(CODE "execute_process(COMMAND ${PYTHON_BIN_PATH} -m pip install ${CMAKE_BINARY_DIR}/ptdbg_ascend/dist/ptdbg_ascend-4.1-py3-none-any.whl --upgrade)") -- Gitee From 94628c6263850697a2c4f8f185fc7fd0d2d667aa Mon Sep 17 00:00:00 2001 From: jiangchangting1 Date: Thu, 9 Nov 2023 01:58:16 +0000 Subject: [PATCH 2/3] update debug/accuracy_tools/ptdbg_ascend/RELEASE.md. Signed-off-by: jiangchangting1 --- debug/accuracy_tools/ptdbg_ascend/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/accuracy_tools/ptdbg_ascend/RELEASE.md b/debug/accuracy_tools/ptdbg_ascend/RELEASE.md index 0011f2870..afe12f590 100644 --- a/debug/accuracy_tools/ptdbg_ascend/RELEASE.md +++ b/debug/accuracy_tools/ptdbg_ascend/RELEASE.md @@ -1,4 +1,4 @@ -# Release 3.0 +# Release 4.1 This is the initial release of Pytorch precision compare tools which was designed by the researchers and engineers in Huawei Technologies Co.,Ltd. \ No newline at end of file -- Gitee From 5bd9ba91ba41bcabc24ddd71fd9b23bf046782f7 Mon Sep 17 00:00:00 2001 From: jiangchangting1 Date: Thu, 9 Nov 2023 01:58:46 +0000 Subject: [PATCH 3/3] update debug/accuracy_tools/ptdbg_ascend/src/python/setup.py. Signed-off-by: jiangchangting1 --- debug/accuracy_tools/ptdbg_ascend/src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/accuracy_tools/ptdbg_ascend/src/python/setup.py b/debug/accuracy_tools/ptdbg_ascend/src/python/setup.py index 02755e8e1..bb6cd18bb 100644 --- a/debug/accuracy_tools/ptdbg_ascend/src/python/setup.py +++ b/debug/accuracy_tools/ptdbg_ascend/src/python/setup.py @@ -20,7 +20,7 @@ import stat from pathlib import Path import setuptools -VERSION = '3.0' +VERSION = '4.1' def generate_ptdbg_ascend_version(): -- Gitee