-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 733 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "3rd/pybind11"]
path = 3rd/pybind11
url = https://gitee.com/yunfeiliu/pybind11
[submodule "3rd/cutlass"]
path = 3rd/cutlass
url = https://gitee.com/yunfeiliu/cutlass
[submodule "3rd/ppl.kernel.cuda"]
path = 3rd/ppl.kernel.cuda
url = https://gitee.com/yunfeiliu/ppl.kernel.cuda
[submodule "3rd/MNN"]
path = 3rd/MNN
url = https://gitee.com/yunfeiliu/MNN
[submodule "3rd/llama.cpp"]
path = 3rd/llama.cpp
url = https://gitee.com/yunfeiliu/llama.cpp
[submodule "3rd/TNN"]
path = 3rd/TNN
url = https://gitee.com/yunfeiliu/TNN
[submodule "3rd/ppq"]
path = 3rd/ppq
url = https://gitee.com/yunfeiliu/ppq
[submodule "3rd/flash-attention"]
path = 3rd/flash-attention
url = https://gitee.com/yunfeiliu/flash-attention