From fa00e5df7160d280a668af17b9bd60cce6feab41 Mon Sep 17 00:00:00 2001 From: Hussain Nazary Date: Sat, 12 Jul 2025 00:28:47 +0330 Subject: [PATCH] Add GGUF Loader to inference tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 286bf5b..b069d54 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Your contributions are always welcome! ## Inference UI +- [GGUF Loader](https://github.com/GGUFloader/gguf-loader) — Lightweight, PySide6-based GUI for running GGUF models locally with plugin support. - [oobabooga](https://github.com/oobabooga/text-generation-webui) - A Gradio web UI for Large Language Models. - [LM Studio](https://lmstudio.ai/) - Discover, download, and run local LLMs. - [LocalAI](https://github.com/go-skynet/LocalAI) - LocalAI is a drop-in replacement REST API that’s compatible with OpenAI API specifications for local inferencing.