Transformers
mpt
Composer
MosaicML
llm-foundry
text-generation-inference
TheBloke commited on
Commit
fd1bf0d
1 Parent(s): 778bf79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -38,8 +38,10 @@ Please note that these MPT GGMLs are **not compatbile with llama.cpp**. Right no
38
  These files are **not** compatible with llama.cpp.
39
 
40
  Currently they can be used with:
41
- * The example `mpt` binary provided with [ggml](https://github.com/ggerganov/ggml)
 
42
  * [rustformers' llm](https://github.com/rustformers/llm)
 
43
 
44
  As other options become available I will endeavour to update them here (do let me know in the Community tab if I've missed something!)
45
 
 
38
  These files are **not** compatible with llama.cpp.
39
 
40
  Currently they can be used with:
41
+ * The ctransformers Python library: [ctransformers](https://github.com/marella/ctransformers)
42
+ * The GPT4All-UI which uses ctransformers: [GPT4All-UI](https://github.com/nomic-ai/gpt4all-ui)
43
  * [rustformers' llm](https://github.com/rustformers/llm)
44
+ * The example `mpt` binary provided with [ggml](https://github.com/ggerganov/ggml)
45
 
46
  As other options become available I will endeavour to update them here (do let me know in the Community tab if I've missed something!)
47