From 405cb3897752a243b9babc844f0e1693869adfce Mon Sep 17 00:00:00 2001
From: KOVAC Grgur <grgur.kovac@inria.fr>
Date: Thu, 27 Apr 2023 10:04:35 +0200
Subject: [PATCH] Adding a llama fork submodule

---
 .gitmodules | 3 +++
 llama       | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 llama

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..e2d06b0
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "llama"]
+	path = llama
+	url = git@gitlab.inria.fr:gkovac/llama.git
diff --git a/llama b/llama
new file mode 160000
index 0000000..57b0eb6
--- /dev/null
+++ b/llama
@@ -0,0 +1 @@
+Subproject commit 57b0eb62de0636e75af471e49e2f1862d908d9d8
-- 
GitLab