Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitmodules - github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1a876d8beb16e9509b12c6920541c041d16fa79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "examples"]
	path = examples
	url = https://github.com/marian-nmt/marian-examples
[submodule "regression-tests"]
	path = regression-tests
	url = https://github.com/marian-nmt/marian-regression-tests
[submodule "src/3rd_party/sentencepiece"]
	path = src/3rd_party/sentencepiece
	url = https://github.com/marian-nmt/sentencepiece
[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
	url = https://github.com/marian-nmt/FBGEMM
	branch = master
[submodule "src/3rd_party/intgemm"]
	path = src/3rd_party/intgemm
	url = https://github.com/marian-nmt/intgemm/
[submodule "src/3rd_party/simple-websocket-server"]
	path = src/3rd_party/simple-websocket-server
	url = https://github.com/marian-nmt/Simple-WebSocket-Server