From 9eddc0e4f02cf133e04f55b334b5043ae154d40b Mon Sep 17 00:00:00 2001 From: xushiwei Date: Fri, 17 May 2024 22:34:34 +0800 Subject: [PATCH] submodule c/llama2/llama2.c --- .gitmodules | 3 +++ c/llama2/llama2.c | 1 + 2 files changed, 4 insertions(+) create mode 160000 c/llama2/llama2.c diff --git a/.gitmodules b/.gitmodules index e69de29b..04ff355d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "c/llama2/llama2.c"] + path = c/llama2/llama2.c + url = https://github.com/karpathy/llama2.c.git diff --git a/c/llama2/llama2.c b/c/llama2/llama2.c new file mode 160000 index 00000000..b3c4b6c3 --- /dev/null +++ b/c/llama2/llama2.c @@ -0,0 +1 @@ +Subproject commit b3c4b6c3c4bbff42e5211293280307019368ccb5