TheBloke commited on
Commit
4fd7ab4
1 Parent(s): 7800e4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ These files are **not** compatible with llama.cpp or text-generation-webui.
47
 
48
  They can be used with:
49
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful inference engine based on llama.cpp with full GPU acceleration and good UI.
50
- * [LM Stduio](https://lmstudio.ai/), a fully featured local GUI for GGML inference on Windows and macOS.
51
  * [LoLLMs-WebUI](https://github.com/ParisNeo/LoLLMs-WebUI) a web UI which supports nearly every backend out there. Use ctransformers backend for support for this model.
52
  * [ctransformers](https://github.com/marella/ctransformers): for use in Python code, including LangChain support.
53
  * [rustformers' llm](https://github.com/rustformers/llm)
 
47
 
48
  They can be used with:
49
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful inference engine based on llama.cpp with full GPU acceleration and good UI.
50
+ * [LM Studio](https://lmstudio.ai/), a fully featured local GUI for GGML inference on Windows and macOS.
51
  * [LoLLMs-WebUI](https://github.com/ParisNeo/LoLLMs-WebUI) a web UI which supports nearly every backend out there. Use ctransformers backend for support for this model.
52
  * [ctransformers](https://github.com/marella/ctransformers): for use in Python code, including LangChain support.
53
  * [rustformers' llm](https://github.com/rustformers/llm)