From d9890aa2cd42b49083dfb77bb012aa1f8f4ce156 Mon Sep 17 00:00:00 2001 From: Zijie Tian Date: Sun, 18 Jan 2026 19:22:40 +0800 Subject: [PATCH] chore: add Block-SparseAttention submodule from tzj/vs_offload --- .gitmodules | 4 ++++ 3rdparty/Block-SparseAttention | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 3rdparty/Block-SparseAttention diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..71f06fe --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "3rdparty/Block-SparseAttention"] + path = 3rdparty/Block-SparseAttention + url = https://github.com/Zijie-Tian/Block-Sparse-Attention.git + branch = tzj/minference diff --git a/3rdparty/Block-SparseAttention b/3rdparty/Block-SparseAttention new file mode 160000 index 0000000..6ec5a27 --- /dev/null +++ b/3rdparty/Block-SparseAttention @@ -0,0 +1 @@ +Subproject commit 6ec5a27a0cd6bd92ea6296698d64e460c73da27e