-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
21 lines (21 loc) · 785 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "langchain"]
path = packages/langchain
url = https://github.com/bowenwen/langchain.git
[submodule "alpaca-lora"]
path = tools/alpaca-lora
url = https://github.com/bowenwen/alpaca-lora.git
[submodule "text-generation-webui"]
path = tools/text-generation-webui
url = https://github.com/bowenwen/text-generation-webui.git
[submodule "tools/GPTQ-for-LLaMa"]
path = tools/GPTQ-for-LLaMa
url = https://github.com/qwopqwop200/GPTQ-for-LLaMa.git
[submodule "tools/alpaca_lora_4bit"]
path = tools/alpaca_lora_4bit
url = https://github.com/johnsmith0031/alpaca_lora_4bit
[submodule "tools/llama.cpp"]
path = tools/llama.cpp
url = https://github.com/bowenwen/llama.cpp.git
[submodule "tools/pgvector"]
path = tools/pgvector
url = https://github.com/pgvector/pgvector.git