forked from UbiquitousLearning/mllm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.51 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.51 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
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark.git
[submodule "mllm/backends/cpu/vendors/kleidiai"]
path = mllm/backends/cpu/vendors/kleidiai
url = https://git.gitlab.arm.com/kleidi/kleidiai.git
[submodule "mllm/backends/cuda/vendors/cccl"]
path = mllm/backends/cuda/vendors/cccl
url = https://github.com/NVIDIA/cccl.git
update = none
[submodule "mllm/backends/cuda/vendors/cutlass"]
path = mllm/backends/cuda/vendors/cutlass
url = https://github.com/NVIDIA/cutlass.git
update = none
[submodule "mllm/ffi/vendors/tvm-ffi"]
path = mllm/ffi/vendors/tvm-ffi
url = https://github.com/apache/tvm-ffi
[submodule "mllm/ext/vendors/llvm-project"]
path = mllm/ext/vendors/llvm-project
url = https://github.com/llvm/llvm-project
update = none
[submodule "mllm/ext/vendors/tokenizers"]
path = mllm/ext/vendors/tokenizers
url = https://github.com/meta-pytorch/tokenizers.git
update = none
[submodule "mllm-chat"]
path = mllm-chat
url = https://github.com/UbiquitousLearning/mllm-chat
update = none
[submodule "mllm/backends/ascend/vendors/catlass"]
path = mllm/backends/ascend/vendors/catlass
url = https://gitcode.com/cann/catlass.git
update = none
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers