From 0b1d69f76d302df8f803e5e988c27d1e8c9f7091 Mon Sep 17 00:00:00 2001 From: liuf9 Date: Fri, 11 Jul 2025 10:16:12 +0800 Subject: [PATCH] switch mindspore branch to r2.7.rc1 --- .gitmodules | 3 ++- mindspore | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 94cf2f5d..d7f1a58b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,5 @@ [submodule "mindspore"] path = mindspore url = https://gitee.com/mindspore/mindspore.git - shallow = true + # shallow = true + branch = r2.7.rc1 \ No newline at end of file diff --git a/mindspore b/mindspore index 21d41213..2365375a 160000 --- a/mindspore +++ b/mindspore @@ -1 +1 @@ -Subproject commit 21d4121389d099a511df6caccb951ef0a7a36e32 +Subproject commit 2365375a9d84065f7354601cb3b48ececb477bc8 -- Gitee