GGUF support (#441)

This commit is contained in:
Bruce MacDonald
2023-09-07 13:55:37 -04:00
committed by GitHub
parent 07b4074e7b
commit 09dd2aeff9
10 changed files with 543 additions and 139 deletions

11
.gitmodules vendored
View File

@@ -1,4 +1,9 @@
[submodule "llm/llama.cpp/ggml"]
path = llm/llama.cpp/ggml
url = https://github.com/ggerganov/llama.cpp.git
ignore = dirty
path = llm/llama.cpp/ggml
url = https://github.com/ggerganov/llama.cpp.git
ignore = dirty
shallow = true
[submodule "llm/llama.cpp/gguf"]
path = llm/llama.cpp/gguf
url = https://github.com/ggerganov/llama.cpp.git
shallow = true