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

Added the submodule to the project #3

Merged
merged 2 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/*.json
**/*.txt
**/*.pyc
27 changes: 27 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[submodule "RecDP"]
path = RecDP
url = https://github.com/oap-project/recdp.git
[submodule "tests/cicd/bats"]
path = tests/cicd/bats
url = https://github.com/bats-core/bats-core.git
[submodule "tests/cicd/test_helper/bats-support"]
path = tests/cicd/test_helper/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "tests/cicd/test_helper/bats-assert"]
path = tests/cicd/test_helper/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "tests/cicd/test_helper/bats-file"]
path = tests/cicd/test_helper/bats-file
url = https://github.com/ztombol/bats-file.git
[submodule "modelzoo/third_party/mlperf_v1.0"]
path = modelzoo/third_party/mlperf_v1.0
url = https://github.com/mlcommons/training_results_v1.0.git
[submodule "modelzoo/third_party/DeepLearningExamples"]
path = modelzoo/third_party/DeepLearningExamples
url = https://github.com/NVIDIA/DeepLearningExamples.git
[submodule "modelzoo/third_party/dlrm"]
path = modelzoo/third_party/dlrm
url = https://github.com/facebookresearch/dlrm.git
[submodule "modelzoo/third_party/alibaba-ai-matrix"]
path = modelzoo/third_party/alibaba-ai-matrix
url = https://github.com/alibaba/ai-matrix.git
1 change: 1 addition & 0 deletions RecDP
Submodule RecDP added at cc5bd6
1 change: 1 addition & 0 deletions modelzoo/third_party/DeepLearningExamples
Submodule DeepLearningExamples added at 475cff
1 change: 1 addition & 0 deletions modelzoo/third_party/alibaba-ai-matrix
Submodule alibaba-ai-matrix added at f7e1d7
1 change: 1 addition & 0 deletions modelzoo/third_party/dlrm
Submodule dlrm added at a2cea9
1 change: 1 addition & 0 deletions modelzoo/third_party/mlperf_v1.0
Submodule mlperf_v1.0 added at 820037
1 change: 1 addition & 0 deletions tests/cicd/bats
Submodule bats added at c97b3a
1 change: 1 addition & 0 deletions tests/cicd/test_helper/bats-assert
Submodule bats-assert added at ffe84e
1 change: 1 addition & 0 deletions tests/cicd/test_helper/bats-file
Submodule bats-file added at 2fddb2
1 change: 1 addition & 0 deletions tests/cicd/test_helper/bats-support
Submodule bats-support added at 3c8fad