ollama/.gitmodules

11 lines
308 B
Text
Raw Normal View History

[submodule "llm/llama.cpp/ggml"]
2023-09-07 17:55:37 +00:00
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
2023-09-21 21:48:00 +00:00
ignore = dirty
2023-09-07 17:55:37 +00:00
shallow = true