From dafafe5b111d1a74ecade029d342bbea5df4edfa Mon Sep 17 00:00:00 2001 From: Cody Yu Date: Thu, 18 Jan 2024 11:18:22 -0800 Subject: [PATCH] Use HTTP link in 3rdparty module (#42) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1e0e96768..649301455 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "3rdparty/flashinfer"] path = 3rdparty/flashinfer - url = git@github.com:flashinfer-ai/flashinfer.git + url = https://github.com/flashinfer-ai/flashinfer.git