Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 3ec1f03

Browse files
authored
Merge pull request #3 from xuechendi/main
Added the submodule to the project
2 parents 78c272b + 66e0d55 commit 3ec1f03

File tree

11 files changed

+39
-0
lines changed

11 files changed

+39
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/*.json
2+
**/*.txt
3+
**/*.pyc

.gitmodules

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[submodule "RecDP"]
2+
path = RecDP
3+
url = https://github.com/oap-project/recdp.git
4+
[submodule "tests/cicd/bats"]
5+
path = tests/cicd/bats
6+
url = https://github.com/bats-core/bats-core.git
7+
[submodule "tests/cicd/test_helper/bats-support"]
8+
path = tests/cicd/test_helper/bats-support
9+
url = https://github.com/bats-core/bats-support.git
10+
[submodule "tests/cicd/test_helper/bats-assert"]
11+
path = tests/cicd/test_helper/bats-assert
12+
url = https://github.com/bats-core/bats-assert.git
13+
[submodule "tests/cicd/test_helper/bats-file"]
14+
path = tests/cicd/test_helper/bats-file
15+
url = https://github.com/ztombol/bats-file.git
16+
[submodule "modelzoo/third_party/mlperf_v1.0"]
17+
path = modelzoo/third_party/mlperf_v1.0
18+
url = https://github.com/mlcommons/training_results_v1.0.git
19+
[submodule "modelzoo/third_party/DeepLearningExamples"]
20+
path = modelzoo/third_party/DeepLearningExamples
21+
url = https://github.com/NVIDIA/DeepLearningExamples.git
22+
[submodule "modelzoo/third_party/dlrm"]
23+
path = modelzoo/third_party/dlrm
24+
url = https://github.com/facebookresearch/dlrm.git
25+
[submodule "modelzoo/third_party/alibaba-ai-matrix"]
26+
path = modelzoo/third_party/alibaba-ai-matrix
27+
url = https://github.com/alibaba/ai-matrix.git

RecDP

Submodule RecDP added at cc5bd6a
Submodule alibaba-ai-matrix added at f7e1d77

modelzoo/third_party/dlrm

Submodule dlrm added at a2cea99

modelzoo/third_party/mlperf_v1.0

Submodule mlperf_v1.0 added at 8200377

tests/cicd/bats

Submodule bats added at c97b3a1

tests/cicd/test_helper/bats-assert

Submodule bats-assert added at ffe84ea

tests/cicd/test_helper/bats-file

Submodule bats-file added at 2fddb2b

tests/cicd/test_helper/bats-support

Submodule bats-support added at 3c8fadc

0 commit comments

Comments
 (0)