Transformers
mpt
Composer
MosaicML
llm-foundry
text-generation-inference
TheBloke commited on
Commit
137892d
1 Parent(s): e27f6f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ Please note that these MPT GGMLs are **not compatbile with llama.cpp**. Please s
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)
 
38
  These files are **not** compatible with llama.cpp.
39
 
40
  Currently they can be used with:
41
+ * The ctransformers Python library, which includes LangChain support: [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)