]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add tool (#9655)
authorAarni Koskela <redacted>
Sat, 28 Sep 2024 12:07:14 +0000 (15:07 +0300)
committerGitHub <redacted>
Sat, 28 Sep 2024 12:07:14 +0000 (15:07 +0300)
README.md

index 93225b63c319f154d8c671b0d646781956aaa0ab..a452a6d786948d0a2c4fcf8c1c63af53077c11ca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -174,6 +174,7 @@ Unless otherwise noted these projects are open-source with permissive licensing:
 **Tools:**
 
 - [akx/ggify](https://github.com/akx/ggify) – download PyTorch models from HuggingFace Hub and convert them to GGML
+- [akx/ollama-dl](https://github.com/akx/ollama-dl) – download models from the Ollama library to be used directly with llama.cpp
 - [crashr/gppm](https://github.com/crashr/gppm) – launch llama.cpp instances utilizing NVIDIA Tesla P40 or P100 GPUs with reduced idle power consumption
 - [gpustack/gguf-parser](https://github.com/gpustack/gguf-parser-go/tree/main/cmd/gguf-parser) - review/check the GGUF file and estimate the memory usage
 - [Styled Lines](https://marketplace.unity.com/packages/tools/generative-ai/styled-lines-llama-cpp-model-292902) (proprietary licensed, async wrapper of inference part for game development in Unity3d with prebuild Mobile and Web platform wrappers and a model example)