From f04f55f0ab9f9cb0ae5d84df21e6e23b7ebc7114 Mon Sep 17 00:00:00 2001 From: chenmingkai Date: Sat, 11 Nov 2023 13:57:14 +0800 Subject: [PATCH] Switch op-plugin to 5.0.0 --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c77d9e7efe..70f29122c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "third_party/op-plugin"] path = third_party/op-plugin - url = https://gitee.com/ascend/op-plugin + url = https://gitee.com/ascend/op-plugin.git + branch = 5.0.0 -- Gitee