From 20ea1c9e9159483cd14ca8141c4968845a23dea8 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Tue, 19 Sep 2023 23:05:52 -0700 Subject: [PATCH] Revert accidental change to submodule origin. (#2477) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3c50187b6..8b46098d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/llvm/llvm-project.git [submodule "externals/stablehlo"] path = externals/stablehlo - url = https://github.com/shark-infra/stablehlo.git + url = https://github.com/openxla/stablehlo.git