Commit ·
771e8b2
1
Parent(s): f88e180
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Compatibilty
|
| 2 |
+
These files are not compatible with llama.cpp.
|
| 3 |
+
|
| 4 |
+
Currently they can be used with:
|
| 5 |
+
|
| 6 |
+
KoboldCpp, a powerful inference engine based on llama.cpp, with good UI: KoboldCpp
|
| 7 |
+
The ctransformers Python library, which includes LangChain support: ctransformers
|
| 8 |
+
The GPT4All-UI which uses ctransformers: GPT4All-UI
|
| 9 |
+
rustformers' llm
|
| 10 |
+
The example mpt binary provided with ggml
|