Create your own personal ChatGPT using GPT4All laura model
Option1: Download and Install GIT
Create a folder GPT4All
Open GIT Bash and run these commands
$ git init
$ git remote add origin https://github.com/nomic-ai/gpt4all.git
$ git pull origin master
It will download the GIT repository.
Option2 (Easy one: Without GIT): Download the code in zip format from https://github.com/nomic-ai/gpt4all
Now download the LLaMa Model which is 4GB. Download the
gpt4all-lora-quantized.bin
file from Direct Link or [Torrent-Magnet].Go to your GPT4All folder, navigate to
chat
, and place the downloaded file there.run the executable to get prompt interface.
Comments