forked from facebookresearch/fairseq2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
28 lines (28 loc) · 951 Bytes
/
.gitmodules
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
[submodule "third-party/pybind11"]
path = native/third-party/pybind11
url = https://github.com/pybind/pybind11.git
ignore = dirty
[submodule "third-party/fmt"]
path = native/third-party/fmt
url = https://github.com/fmtlib/fmt.git
ignore = dirty
[submodule "third-party/gtest"]
path = native/third-party/gtest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "third-party/sentencepiece"]
path = native/third-party/sentencepiece
url = https://github.com/google/sentencepiece.git
ignore = dirty
[submodule "third-party/zip"]
path = native/third-party/zip
url = https://github.com/kuba--/zip.git
ignore = dirty
[submodule "third-party/kaldi-native-fbank"]
path = native/third-party/kaldi-native-fbank
url = https://github.com/csukuangfj/kaldi-native-fbank.git
ignore = dirty
[submodule "fairseq2n/third-party/libpng"]
path = native/third-party/libpng
url = https://github.com/glennrp/libpng.git
ignore = dirty