From fb1c8bc870fbdbc12dc0b36f7ddd1e8ed605bbaa Mon Sep 17 00:00:00 2001 From: Xiaozhe Yao Date: Fri, 6 Sep 2024 22:39:32 +0200 Subject: [PATCH] update gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 268a124..6e54c70 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = https://github.com/NVIDIA/nvbench.git [submodule "3rdparty/spdlog"] path = 3rdparty/spdlog - url = git@github.com:gabime/spdlog.git + url = https://github.com/gabime/spdlog.git [submodule "3rdparty/cutlass"] path = 3rdparty/cutlass url = https://github.com/NVIDIA/cutlass.git [submodule "3rdparty/flash-attention"] path = 3rdparty/flash-attention - url = git@github.com:Dao-AILab/flash-attention.git + url = https://github.com/Dao-AILab/flash-attention.git