-
Notifications
You must be signed in to change notification settings - Fork 80
/
.gitmodules
33 lines (33 loc) · 1.44 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[submodule "third_party/pybind11"]
path = tt_metal/third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/lfs"]
path = tt_metal/third_party/lfs
url = https://github.com/tenstorrent-metal/lfs.git
[submodule "tt_metal/third_party/taskflow"]
path = tt_metal/third_party/taskflow
url = https://github.com/taskflow/taskflow
[submodule "tt_metal/third_party/tracy"]
path = tt_metal/third_party/tracy
url = https://github.com/tenstorrent-metal/tracy.git
[submodule "tt_metal/third_party/umd"]
path = tt_metal/third_party/umd
url = https://github.com/tenstorrent/tt-umd.git
[submodule "tt_metal/third_party/tt_llk_grayskull"]
path = tt_metal/third_party/tt_llk_grayskull
url = https://github.com/tenstorrent/tt-llk-gs.git
[submodule "tt_metal/third_party/tt_llk_wormhole_b0"]
path = tt_metal/third_party/tt_llk_wormhole_b0
url = https://github.com/tenstorrent/tt-llk-wh-b0.git
[submodule "models/demos/t3000/llama2_70b/reference/llama"]
path = models/demos/t3000/llama2_70b/reference/llama
url = https://github.com/tenstorrent-metal/llama.git
[submodule "tt_metal/third_party/tt_llk_blackhole"]
path = tt_metal/third_party/tt_llk_blackhole
url = https://github.com/tenstorrent/tt-llk-bh.git
[submodule "tokenizers-cpp"]
path = tt-train/3rd_party/tokenizers-cpp
url = https://github.com/mlc-ai/tokenizers-cpp.git
[submodule "3rd_party/wandb-cpp"]
path = tt-train/3rd_party/wandb-cpp
url = https://github.com/yhisaki/wandb-cpp