From b8c00399aff05fff8c30bac0751229fb8f7428d1 Mon Sep 17 00:00:00 2001 From: Zijie Tian Date: Sun, 18 Jan 2026 19:32:18 +0800 Subject: [PATCH] chore: sync submodule URL with tzj/minference (use HTTPS) --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a6b161d..f57c668 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -[submodule "3rdparty/Block-Sparse-Attention"] - path = 3rdparty/Block-Sparse-Attention - url = git@github.com:Zijie-Tian/Block-Sparse-Attention.git +[submodule "3rdparty/Block-SparseAttention"] + path = 3rdparty/Block-SparseAttention + url = https://github.com/Zijie-Tian/Block-SparseAttention.git branch = tzj/minference