From 96440c8717d3d42416aeb002f43b82d38dae6280 Mon Sep 17 00:00:00 2001 From: Star Dorminey Date: Sat, 25 Mar 2023 20:20:38 -0700 Subject: [PATCH] Removing submodules actually. --- .gitmodules | 7 ------- repos/.gitmodules | 0 repos/GPTQ-for-LLaMa | 1 - repos/peft | 1 - requirements.txt | 4 ++-- 5 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 repos/.gitmodules delete mode 160000 repos/GPTQ-for-LLaMa delete mode 160000 repos/peft diff --git a/.gitmodules b/.gitmodules index ee0bfaf..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +0,0 @@ -[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 - branch = lora_4bit diff --git a/repos/.gitmodules b/repos/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/repos/GPTQ-for-LLaMa b/repos/GPTQ-for-LLaMa deleted file mode 160000 index 8e702d1..0000000 --- a/repos/GPTQ-for-LLaMa +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8e702d172e976906cb3f74aaf22b70daf5353216 diff --git a/repos/peft b/repos/peft deleted file mode 160000 index b5af152..0000000 --- a/repos/peft +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b5af1521e29b06bb7620f65621612df98a1597ed diff --git a/requirements.txt b/requirements.txt index b0fca51..b8128e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ torch accelerate bitsandbytes git+https://github.com/huggingface/transformers.git -git+https://github.com/qwopqwop200/GPTQ-for-LLaMa.git -git+https://github.com/huggingface/peft.git +git+https://github.com/sterlind/GPTQ-for-LLaMa.git@lora_4bit +git+https://github.com/sterlind/peft.git