Skip to content
Snippets Groups Projects
Unverified Commit 78bc7f25 authored by Aaron Jimenez's avatar Aaron Jimenez Committed by GitHub
Browse files

Fixing documentation mistyped word (aronund -> around) (#8718)

parent c3729927
No related branches found
No related tags found
Loading
...@@ -26,7 +26,7 @@ need additional environment keys + tokens setup depending on the LLM provider. ...@@ -26,7 +26,7 @@ need additional environment keys + tokens setup depending on the LLM provider.
If you don't wish to use OpenAI, the environment will automatically fallback to using `LlamaCPP` and `llama2-chat-13B` for text generation and `BAAI/bge-small-en` for retrieval and embeddings. These models will all run locally. If you don't wish to use OpenAI, the environment will automatically fallback to using `LlamaCPP` and `llama2-chat-13B` for text generation and `BAAI/bge-small-en` for retrieval and embeddings. These models will all run locally.
In order to use `LlamaCPP`, follow the installation guide [here](/examples/llm/llama_2_llama_cpp.ipynb). You'll need to install the `llama-cpp-python` package, preferably compiled to support your GPU. This will use aronund 11.5GB of memory across the CPU and GPU. In order to use `LlamaCPP`, follow the installation guide [here](/examples/llm/llama_2_llama_cpp.ipynb). You'll need to install the `llama-cpp-python` package, preferably compiled to support your GPU. This will use around 11.5GB of memory across the CPU and GPU.
In order to use the local embeddings, simply run `pip install sentence-transformers`. The local embedding model uses about 500MB of memory. In order to use the local embeddings, simply run `pip install sentence-transformers`. The local embedding model uses about 500MB of memory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment