From a20343471024a205895c294d8174750ce6364495 Mon Sep 17 00:00:00 2001 From: CHAIYD-2025 Date: Tue, 20 Jan 2026 07:55:03 +0000 Subject: [PATCH] [BUILD]Update the git path for ascendnpu-ir. --- python/setup_tools/utils/ascend.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/setup_tools/utils/ascend.py b/python/setup_tools/utils/ascend.py index d8e900a95..52e7ef43e 100644 --- a/python/setup_tools/utils/ascend.py +++ b/python/setup_tools/utils/ascend.py @@ -3,8 +3,9 @@ downloader = DownloadManager() -submodules = (Module(name="ascendnpu-ir", url="https://gitcode.com/qq_42979146/AscendNPU-IR.git", - commit_id="ascend_with_flir", dst_path=os.path.join(flagtree_submodule_dir, "ascendnpu-ir")), ) +submodules = (Module(name="ascendnpu-ir", url="https://gitcode.com/Ascend/AscendNPU-IR.git", + commit_id="04045a06ec7c9592b17de659307d5debe7be590a", + dst_path=os.path.join(flagtree_submodule_dir, "ascendnpu-ir")), ) def precompile_hook_flir(*args, **kargs):