diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0d2d5bc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "repos/peft"] + path = repos/peft + url = https://github.com/sterlind/peft +[submodule "repos/GPTQ-for-LLaMa"] + path = repos/GPTQ-for-LLaMa + url = https://github.com/sterlind/GPTQ-for-LLaMa.git diff --git a/repos/.gitmodules b/repos/.gitmodules new file mode 100644 index 0000000..e69de29 diff --git a/repos/GPTQ-for-LLaMa b/repos/GPTQ-for-LLaMa new file mode 160000 index 0000000..8e702d1 --- /dev/null +++ b/repos/GPTQ-for-LLaMa @@ -0,0 +1 @@ +Subproject commit 8e702d172e976906cb3f74aaf22b70daf5353216 diff --git a/repos/peft b/repos/peft new file mode 160000 index 0000000..b5af152 --- /dev/null +++ b/repos/peft @@ -0,0 +1 @@ +Subproject commit b5af1521e29b06bb7620f65621612df98a1597ed