Include steps for Local LLMs (#749)

Added install instructions if running LLMs locally.
This commit is contained in:
SaneGaming
2024-01-01 00:52:18 -06:00
committed by GitHub
parent 7ffb3c0149
commit 761ef19b0c

View File

@@ -11,6 +11,11 @@ To install MemGPT, make sure you have Python installed on your computer, then ru
pip install pymemgpt
```
If you are running LLMs locally, you will want to install MemGPT with the local dependencies by running:
```sh
pip install pymemgpt[local]
```
If you already have MemGPT installed, you can update to the latest version with:
```sh
pip install pymemgpt -U