From 4bfc16a4b4d3c6b5ab2197ea58c9ced77d4d87ba Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 20 Nov 2024 12:40:44 -0800 Subject: [PATCH] Use GitHub mirrors of mlplatform submodules to unbreak ExecuTorch CI CI jobs have been failing due to availability issues with these submodules. mirrors should unbreak CI. Internal: S470174 Differential Revision: [D66255556](https://our.internmc.facebook.com/intern/diff/D66255556/) ghstack-source-id: 254626070 Pull Request resolved: https://github.com/pytorch/executorch/pull/6989 --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 68032efac20..d1ab8b9aa75 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "backends/arm/third-party/ethos-u-core-driver"] path = backends/arm/third-party/ethos-u-core-driver - url = https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/ + url = https://github.com/pytorch-labs/ethos-u-core-driver-mirror [submodule "backends/arm/third-party/serialization_lib"] path = backends/arm/third-party/serialization_lib - url = https://git.mlplatform.org/tosa/serialization_lib.git/ + url = https://github.com/pytorch-labs/tosa_serialization_lib-mirror [submodule "backends/vulkan/third-party/Vulkan-Headers"] path = backends/vulkan/third-party/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers