.gitmodules 2.3 KB
Newer Older
1 2 3
[submodule "third_party/protobuf"]
	path = third_party/protobuf
	url = https://github.com/protocolbuffers/protobuf.git
R
risemeup1 已提交
4
	ignore = dirty
5 6 7
[submodule "third_party/gflags"]
	path = third_party/gflags
	url = https://github.com/gflags/gflags.git
R
risemeup1 已提交
8
	ignore = dirty
9 10 11
[submodule "third_party/gloo"]
	path = third_party/gloo
	url = https://github.com/ziyoujiyi/gloo.git
R
risemeup1 已提交
12
	ignore = dirty
13 14 15
[submodule "third_party/dlpack"]
	path = third_party/dlpack
	url = https://github.com/dmlc/dlpack.git
R
risemeup1 已提交
16
	ignore = dirty
17 18 19
[submodule "third_party/utf8proc"]
	path = third_party/utf8proc
	url = https://github.com/JuliaStrings/utf8proc.git
R
risemeup1 已提交
20
	ignore = dirty
21 22 23
[submodule "third_party/warpctc"]
	path = third_party/warpctc
	url = https://github.com/baidu-research/warp-ctc.git
R
risemeup1 已提交
24
	ignore = dirty
25 26 27
[submodule "third_party/warprnnt"]
	path = third_party/warprnnt
	url = https://github.com/PaddlePaddle/warp-transducer.git
R
risemeup1 已提交
28
	ignore = dirty
29 30 31
[submodule "third_party/xxhash"]
	path = third_party/xxhash
	url = https://github.com/Cyan4973/xxHash.git
R
risemeup1 已提交
32
	ignore = dirty
33 34 35
[submodule "third_party/leveldb"]
	path = third_party/leveldb
	url = https://github.com/google/leveldb
R
risemeup1 已提交
36
	ignore = dirty
37 38 39
[submodule "third_party/threadpool"]
	path = third_party/threadpool
	url = https://github.com/progschj/ThreadPool.git
R
risemeup1 已提交
40
	ignore = dirty
41 42 43
[submodule "third_party/zlib"]
	path = third_party/zlib
	url = https://github.com/madler/zlib.git
R
risemeup1 已提交
44
	ignore = dirty
45 46 47
[submodule "third_party/glog"]
	path = third_party/glog
	url = https://github.com/google/glog.git
R
risemeup1 已提交
48
	ignore = dirty
49 50 51 52
[submodule "third_party/eigen3"]
	path = third_party/eigen3
	url = https://gitlab.com/libeigen/eigen.git
	ignore = dirty
53 54 55 56 57 58 59 60 61 62 63 64
[submodule "third_party/snappy"]
	path = third_party/snappy
	url = https://github.com/google/snappy.git
	ignore = dirty
[submodule "third_party/cub"]
	path = third_party/cub
	url = https://github.com/NVIDIA/cub.git
	ignore = dirty
[submodule "third_party/cutlass"]
	path = third_party/cutlass
	url = https://github.com/NVIDIA/cutlass.git
	ignore = dirty
65 66 67 68 69 70 71 72 73 74 75 76
[submodule "third_party/mkldnn"]
	path = third_party/mkldnn
	url = https://github.com/oneapi-src/oneDNN.git
	ignore = dirty
[submodule "third_party/flashattn"]
	path = third_party/flashattn
	url = https://github.com/PaddlePaddle/flash-attention.git
	ignore = dirty
[submodule "third_party/gtest"]
	path = third_party/gtest
	url = https://github.com/google/googletest.git
	ignore = dirty