Skip to content

Instantly share code, notes, and snippets.

@TyrfingMjolnir
Last active August 9, 2023 13:17
Show Gist options
  • Save TyrfingMjolnir/1d1169c71ac14e91511715f84cc90f5c to your computer and use it in GitHub Desktop.
Save TyrfingMjolnir/1d1169c71ac14e91511715f84cc90f5c to your computer and use it in GitHub Desktop.
How I installed Private GPT in Ubuntu 20.04.6 LTS \n \l
apt-get install neovim vim tmux htop git python3-pip curl
mkdir -p /opt/local/dev
cd /opt/local/dev
git clone https://github.com/imartinez/privateGPT
cd privateGPT
mkdir models
cd models
curl -kLO https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin
cd ..
cp example.env .env
pip3 install -r requirements.txt
rsync -rz media:libro/* source_documents
python3.11 ./ingest.py
python3.11 ./privateGPT.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment