-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy path.gitmodules
More file actions
executable file
·57 lines (57 loc) · 2.05 KB
/
.gitmodules
File metadata and controls
executable file
·57 lines (57 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "third_party/brpc"]
path = third_party/brpc
url = https://gitcode.com/xLLM-AI/brpc.git
fetchRecurseSubmodules = false
[submodule "third_party/cpprestsdk"]
path = third_party/cpprestsdk
url = https://gitcode.com/xLLM-AI/cpprestsdk.git
fetchRecurseSubmodules = false
[submodule "third_party/minja"]
path = third_party/minja
url = https://gitcode.com/xLLM-AI/minja.git
fetchRecurseSubmodules = false
[submodule "third_party/sentencepiece"]
path = third_party/sentencepiece
url = https://gitcode.com/xLLM-AI/sentencepiece.git
fetchRecurseSubmodules = false
[submodule "third_party/smhasher"]
path = third_party/smhasher
url = https://gitcode.com/xLLM-AI/smhasher.git
fetchRecurseSubmodules = false
[submodule "third_party/xllm_ops"]
path = third_party/xllm_ops
url = https://gitcode.com/xLLM-AI/xllm_ops.git
fetchRecurseSubmodules = true
[submodule "third_party/etcd_cpp_apiv3"]
path = third_party/etcd_cpp_apiv3
url = https://gitcode.com/xLLM-AI/etcd-cpp-apiv3.git
fetchRecurseSubmodules = false
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://gitcode.com/xLLM-AI/spdlog.git
fetchRecurseSubmodules = false
[submodule "third_party/Mooncake"]
path = third_party/Mooncake
url = https://gitcode.com/xLLM-AI/Mooncake.git
fetchRecurseSubmodules = false
[submodule "third_party/torch_npu_ops"]
path = third_party/torch_npu_ops
url = https://gitcode.com/xLLM-AI/torch_npu_ops.git
fetchRecurseSubmodules = false
[submodule "third_party/cutlass"]
path = third_party/cutlass
url = https://gitcode.com/xLLM-AI/cutlass.git
fetchRecurseSubmodules = false
[submodule "third_party/xllm_atb_layers"]
path = third_party/xllm_atb_layers
url = https://gitcode.com/xLLM-AI/xllm_atb_layers.git
fetchRecurseSubmodules = false
[submodule "third_party/xxHash"]
path = third_party/xxHash
url = https://gitcode.com/xLLM-AI/xxHash.git
fetchRecurseSubmodules = false
[submodule "third_party/tilelang-ascend"]
path = third_party/tilelang-ascend
url = https://gitcode.com/xLLM-AI/tilelang-ascend.git
branch = ascendc_pto
fetchRecurseSubmodules = true