]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add Unsloth exporting to GGUF in tools (#17411)
authorDaniel Han <redacted>
Thu, 20 Nov 2025 19:07:36 +0000 (11:07 -0800)
committerGitHub <redacted>
Thu, 20 Nov 2025 19:07:36 +0000 (20:07 +0100)
README.md

index 296278358532faf13658269c4fa114137a4da8cb..cff3bd4370ea181dd949ab250571cc25e5141f7f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -242,6 +242,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo
 - [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 pre-built Mobile and Web platform wrappers and a model example)
+- [unslothai/unsloth](https://github.com/unslothai/unsloth) – 🦥 exports/saves fine-tuned and trained models to GGUF (Apache-2.0)
 
 </details>