Removing submodules actually.
This commit is contained in:
parent
17f3da744c
commit
96440c8717
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8e702d172e976906cb3f74aaf22b70daf5353216
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b5af1521e29b06bb7620f65621612df98a1597ed
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue