From 16f08a42c42f72c40f358e502e1366649c244739 Mon Sep 17 00:00:00 2001 From: Alexey Korepanov Date: Sat, 13 Apr 2024 19:23:51 +0300 Subject: [PATCH] submodules --- .gitmodules | 5 ++++- ggml | 1 + tests/pybind11 | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 ggml create mode 160000 tests/pybind11 diff --git a/.gitmodules b/.gitmodules index 130bbd9..06a4204 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,7 @@ [submodule "pybind11"] path = tests/pybind11 url = https://github.com/pybind/pybind11.git - branch = master \ No newline at end of file + branch = master +[submodule "tests/pybind11"] + path = tests/pybind11 + url = https://github.com/pybind/pybind11.git diff --git a/ggml b/ggml new file mode 160000 index 0000000..98875cd --- /dev/null +++ b/ggml @@ -0,0 +1 @@ +Subproject commit 98875cdb7e9ceeb726d1c196d2fecb3cbb59b93a diff --git a/tests/pybind11 b/tests/pybind11 new file mode 160000 index 0000000..19a6b9f --- /dev/null +++ b/tests/pybind11 @@ -0,0 +1 @@ +Subproject commit 19a6b9f4efb569129c878b7f8db09132248fbaa1