diff --git a/.gitmodules b/.gitmodules index 826924b71cd..4b783f4abc0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "third-party/flatcc"] path = third-party/flatcc url = https://github.com/dvidelabs/flatcc.git +[submodule "examples/third-party/llama"] + path = examples/third-party/llama + url = https://github.com/facebookresearch/llama.git diff --git a/examples/third-party/llama b/examples/third-party/llama new file mode 160000 index 00000000000..b00a461a658 --- /dev/null +++ b/examples/third-party/llama @@ -0,0 +1 @@ +Subproject commit b00a461a6582196d8f488c73465f6c87f384a052