-
Notifications
You must be signed in to change notification settings - Fork 88
/
.gitmodules
30 lines (30 loc) · 1.32 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
[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