From 4ca3cdffd2512ce1d64210c3fba4392dc1d34705 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sat, 19 Jul 2025 19:23:58 -0700 Subject: [PATCH] fix: update .gitmodules (#130) --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index dd976a2..332be63 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "third-party/cutlass"] path = third-party/cutlass - url = git@github.com:NVIDIA/cutlass.git + url = https://github.com/NVIDIA/cutlass.git [submodule "third-party/fmt"] path = third-party/fmt - url = git@github.com:fmtlib/fmt.git + url = https://github.com/fmtlib/fmt.git