.gitmodules 308 B

12345678910
  1. [submodule "llm/llama.cpp/ggml"]
  2. path = llm/llama.cpp/ggml
  3. url = https://github.com/ggerganov/llama.cpp.git
  4. ignore = dirty
  5. shallow = true
  6. [submodule "llm/llama.cpp/gguf"]
  7. path = llm/llama.cpp/gguf
  8. url = https://github.com/ggerganov/llama.cpp.git
  9. ignore = dirty
  10. shallow = true