From 8a4709582fb4d937e7efce8bbc40ab8535945689 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 4 Apr 2023 07:25:28 -0700 Subject: [PATCH] cr --- docs/ecosystem/llamacpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem/llamacpp.md b/docs/ecosystem/llamacpp.md index d59126dc4c..83d20ea53e 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`