forked from tenstorrent/tt-metal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 1.17 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
[submodule "src/ckernels/sfpi"]
path = tt_metal/third_party/sfpi
url = https://github.com/tenstorrent-metal/sfpi-rel.git
[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-metal/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/llama2_70b/reference/llama"]
path = models/demos/llama2_70b/reference/llama
url = https://github.com/tenstorrent-metal/llama.git