rajabmondal commited on
Commit
bb4a099
·
verified ·
1 Parent(s): 97d876d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -54,20 +54,21 @@ This repo contains GGUF format model files for [Infosys's NT-Java-1.1B](https://
54
  <!-- README_GGUF.md-about-gguf start -->
55
  ### About GGUF
56
 
57
- GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
58
 
59
- ### NT-Java-1.1B GGUF
60
 
61
- Support for NT-Java-1.1B was merged into Llama.cpp on May 24th.
 
 
 
 
 
 
 
 
62
 
63
- These NT-Java-1.1B GGUFs are known to work in:
64
-
65
- * llama.cpp as of December 13th
66
- * KoboldCpp 1.52 as later
67
- * LM Studio 0.2.9 and later
68
- * llama-cpp-python 0.2.23 and later
69
-
70
- Other clients/libraries, not listed above, may not yet work.
71
 
72
  <!-- prompt-template start -->
73
  ## Prompt template: None
 
54
  <!-- README_GGUF.md-about-gguf start -->
55
  ### About GGUF
56
 
57
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp. GGUF offers numerous advantages over GGML, such as better tokenisation, and support for special tokens. It is also supports metadata, and is designed to be extensible.
58
 
59
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
60
 
61
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
62
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
63
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
64
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
65
+ * [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.
66
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
67
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
68
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
69
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
70
 
71
+ <!-- README_GGUF.md-about-gguf end -->
 
 
 
 
 
 
 
72
 
73
  <!-- prompt-template start -->
74
  ## Prompt template: None