diff --git a/docs/ecosystem/llamacpp.md b/docs/ecosystem/llamacpp.md index d59126dc..83d20ea5 100644 --- a/docs/ecosystem/llamacpp.md +++ b/docs/ecosystem/llamacpp.md @@ -1,7 +1,7 @@ # Llama.cpp This page covers how to use [llama.cpp](https://github.com/ggerganov/llama.cpp) within LangChain. -It is broken into two parts: installation and setup, and then references to specific Jina wrappers. +It is broken into two parts: installation and setup, and then references to specific Llama-cpp wrappers. ## Installation and Setup - Install the Python package with `pip install llama-cpp-python`