mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue
configs | ||
peft@098962fa65 | ||
transformers@cae78c46d6 | ||
.gitignore | ||
.gitmodules | ||
clean.py | ||
data.py | ||
env.yaml | ||
generate.py | ||
read.py | ||
README.md | ||
requirements.txt | ||
train.py |
gpt4all
Setup
Clone the repo
git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git
Setup the environment
python -m pip install -r requirements.txt
cd transformers
pip install -e .
cd ../peft
pip install -e .
Generate
python generate.py --config configs/generate/generate.yaml --prompt "Write a script to reverse a string in Python