Upload README.md
Browse files
README.md
CHANGED
|
@@ -42,13 +42,13 @@ The key benefit of GGUF is that it is a extensible, future-proof format which st
|
|
| 42 |
|
| 43 |
Here are a list of clients and libraries that are known to support GGUF:
|
| 44 |
* [llama.cpp](https://github.com/ggerganov/llama.cpp).
|
| 45 |
-
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI
|
| 46 |
-
* [KoboldCpp](https://github.com/LostRuins/koboldcpp),
|
| 47 |
-
* [LM Studio](https://lmstudio.ai/),
|
| 48 |
-
* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui),
|
| 49 |
-
* [ctransformers](https://github.com/marella/ctransformers),
|
| 50 |
-
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python),
|
| 51 |
-
* [candle](https://github.com/huggingface/candle),
|
| 52 |
|
| 53 |
<!-- README_GGUF.md-about-gguf end -->
|
| 54 |
<!-- repositories-available start -->
|
|
|
|
| 42 |
|
| 43 |
Here are a list of clients and libraries that are known to support GGUF:
|
| 44 |
* [llama.cpp](https://github.com/ggerganov/llama.cpp).
|
| 45 |
+
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions.
|
| 46 |
+
* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with full GPU accel across multiple platforms and GPU architectures. Especially good for story telling.
|
| 47 |
+
* [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI with GPU acceleration on both Windows (NVidia and AMD), and macOS.
|
| 48 |
+
* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
|
| 49 |
+
* [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
|
| 50 |
+
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
|
| 51 |
+
* [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
|
| 52 |
|
| 53 |
<!-- README_GGUF.md-about-gguf end -->
|
| 54 |
<!-- repositories-available start -->
|