Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ These files are **not** compatible with llama.cpp.
|
|
48 |
Currently they can be used with:
|
49 |
* KoboldCpp, a powerful inference engine based on llama.cpp, with good UI and GPU acceleration: [KoboldCpp](https://github.com/LostRuins/koboldcpp)
|
50 |
* The ctransformers Python library, which includes LangChain support: [ctransformers](https://github.com/marella/ctransformers)
|
51 |
-
*
|
52 |
* [rustformers' llm](https://github.com/rustformers/llm)
|
53 |
* The example `starcoder` binary provided with [ggml](https://github.com/ggerganov/ggml)
|
54 |
|
|
|
48 |
Currently they can be used with:
|
49 |
* KoboldCpp, a powerful inference engine based on llama.cpp, with good UI and GPU acceleration: [KoboldCpp](https://github.com/LostRuins/koboldcpp)
|
50 |
* The ctransformers Python library, which includes LangChain support: [ctransformers](https://github.com/marella/ctransformers)
|
51 |
+
* LoLLMs WebUI which uses ctransformers: [LoLLMS WebUI](https://github.com/ParisNeo/lollms-webui)
|
52 |
* [rustformers' llm](https://github.com/rustformers/llm)
|
53 |
* The example `starcoder` binary provided with [ggml](https://github.com/ggerganov/ggml)
|
54 |
|