marian/.gitmodules

17 lines
566 B
Plaintext
Raw Normal View History

2018-09-16 19:47:54 +03:00
[submodule "examples"]
path = examples
url = https://github.com/marian-nmt/marian-examples
2018-12-10 18:54:41 +03:00
[submodule "regression-tests"]
path = regression-tests
url = https://github.com/marian-nmt/marian-regression-tests
2018-11-25 22:50:02 +03:00
[submodule "src/3rd_party/sentencepiece"]
path = src/3rd_party/sentencepiece
url = https://github.com/marian-nmt/sentencepiece
2018-12-07 01:27:36 +03:00
[submodule "src/3rd_party/nccl"]
path = src/3rd_party/nccl
url = https://github.com/marian-nmt/nccl
[submodule "src/3rd_party/fbgemm"]
path = src/3rd_party/fbgemm
2019-07-08 20:13:02 +03:00
url = https://github.com/marian-nmt/FBGEMM
branch = master