forked from tenstorrent/tt-forge-onnx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 761 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "third_party/tvm"]
path = third_party/tvm
url = https://github.com/tenstorrent/tt-tvm
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/buda-model-demos"]
path = third_party/buda-model-demos
url = https://github.com/tenstorrent/tt-buda-demos
[submodule "third_party/tt-mlir"]
path = third_party/tt-mlir
url = https://github.com/tenstorrent/tt-mlir.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json
[submodule "third_party/pybind11_json"]
path = third_party/pybind11_json
url = https://github.com/pybind/pybind11_json