From 7fcf21b82c0cd96fd495387d7c85090e92aaecd1 Mon Sep 17 00:00:00 2001 From: Euiseo Cha Date: Thu, 9 May 2024 17:16:29 +0900 Subject: [PATCH] feat: add Llama-3-MAAL-8B-Hakase-Instruct-BaseCode-v0.1 for training --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..082d9fd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "training"] + path = training + url = https://github.com/zeroday0619/Llama-3-MAAL-8B-Hakase-Instruct-BaseCode-v0.1 + branch = main