This commit is contained in:
Harrison Chase 2023-04-04 07:25:28 -07:00
parent de7afc52a9
commit 8a4709582f

View File

@ -1,7 +1,7 @@
# Llama.cpp # Llama.cpp
This page covers how to use [llama.cpp](https://github.com/ggerganov/llama.cpp) within LangChain. 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 ## Installation and Setup
- Install the Python package with `pip install llama-cpp-python` - Install the Python package with `pip install llama-cpp-python`