TheBloke commited on
Commit
19ab58d
1 Parent(s): 17f1962

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- * LoLLMS-UI which uses ctransformers: [LoLLMS-UI](https://github.com/ParisNeo/lollms-ui)
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