2023-03-27 20:20:59 -04:00
< h1 align = "center" > GPT4All< / h1 >
2023-05-14 15:48:17 -04:00
< p align = "center" > Open-source assistant-style large language models that run locally on your CPU< / p >
2023-05-10 12:05:42 -04:00
< p align = "center" >
< a href = "https://gpt4all.io" > GPT4All Website< / a >
< / p >
2023-05-16 16:15:00 -04:00
< p align = "center" >
< a href = "https://docs.gpt4all.io" > GPT4All Documentation< / a >
< / p >
2023-05-10 12:05:42 -04:00
< p align = "center" >
< a href = "https://discord.gg/mGZE39AS3e" > Discord< / a >
< / p >
2023-03-28 21:07:04 -04:00
< p align = "center" >
2023-05-10 12:05:42 -04:00
< a href = "https://python.langchain.com/en/latest/modules/models/llms/integrations/gpt4all.html" > 🦜️🔗 Official Langchain Backend< / a >
2023-03-28 21:07:04 -04:00
< / p >
2023-03-28 16:04:18 -04:00
2023-04-13 14:33:52 -04:00
< p align = "center" >
GPT4All is made possible by our compute partner < a href = "https://www.paperspace.com/" > Paperspace< / a > .
< / p >
2023-05-13 08:02:06 -04:00
< p align = "center" >
< img width = "600" height = "365" src = "https://user-images.githubusercontent.com/13879686/231876409-e3de1934-93bb-4b4b-9013-b491a969ebbc.gif" >
< / p >
< p align = "center" >
2023-04-13 17:02:19 -04:00
Run on an M1 Mac (not sped up!)
2023-05-13 08:02:06 -04:00
< / p >
2023-04-13 12:56:08 -04:00
2023-05-13 08:02:06 -04:00
## GPT4All: An ecosystem of open-source on-edge large language models.
2023-05-22 20:14:52 -04:00
GPT4All is an ecosystem to train and deploy **powerful** and **customized** large language models that run locally on consumer grade CPUs.
2023-04-13 12:56:08 -04:00
2023-05-22 16:08:03 -04:00
Learn more in the [documentation ](https://docs.gpt4all.io ).
2023-05-13 08:02:06 -04:00
The goal is simple - be the best instruction tuned assistant-style language model that any person or enterprise can freely use, distribute and build on.
2023-05-11 12:31:08 -04:00
2023-05-13 08:02:06 -04:00
A GPT4All model is a 3GB - 8GB file that you can download and plug into the GPT4All open-source ecosystem software. **Nomic AI** supports and maintains this software ecosystem to enforce quality and security alongside spearheading the effort to allow any person or enterprise to easily train and deploy their own on-edge large language models.
2023-05-11 12:31:08 -04:00
2023-05-10 12:05:42 -04:00
### Chat Client
2023-05-13 08:02:06 -04:00
Run any GPT4All model natively on your home desktop with the auto-updating desktop chat client. See < a href = "https://gpt4all.io" > GPT4All Website< / a > for a full list of open-source models you can run with this powerful desktop application.
2023-05-10 12:05:42 -04:00
Direct Installer Links:
2023-04-13 12:56:08 -04:00
2023-05-13 08:02:06 -04:00
* [Mac/OSX ](https://gpt4all.io/installers/gpt4all-installer-darwin.dmg )
2023-04-13 12:56:08 -04:00
2023-05-13 08:02:06 -04:00
* [Windows ](https://gpt4all.io/installers/gpt4all-installer-win64.exe )
2023-04-13 12:56:08 -04:00
2023-05-13 08:02:06 -04:00
* [Ubuntu ](https://gpt4all.io/installers/gpt4all-installer-linux.run )
2023-04-13 12:56:08 -04:00
2023-04-25 09:01:31 -04:00
If you have older hardware that only supports avx and not avx2 you can use these.
2023-05-13 08:02:06 -04:00
* [Mac/OSX - avx-only ](https://gpt4all.io/installers/gpt4all-installer-darwin-avx-only.dmg )
2023-04-25 09:01:31 -04:00
2023-05-13 08:02:06 -04:00
* [Windows - avx-only ](https://gpt4all.io/installers/gpt4all-installer-win64-avx-only.exe )
2023-04-25 09:01:31 -04:00
2023-05-13 08:02:06 -04:00
* [Ubuntu - avx-only ](https://gpt4all.io/installers/gpt4all-installer-linux-avx-only.run )
2023-04-25 09:01:31 -04:00
2023-04-13 16:05:43 -04:00
Find the most up-to-date information on the [GPT4All Website ](https://gpt4all.io/ )
2023-04-13 12:56:08 -04:00
2023-05-14 07:59:50 -04:00
### Chat Client building and running
2023-05-14 17:26:28 -04:00
* Follow the visual instructions on the chat client [build_and_run ](gpt4all-chat/build_and_run.md ) page
2023-05-14 07:59:50 -04:00
2023-05-13 08:02:06 -04:00
### Bindings
2023-05-11 12:31:08 -04:00
2023-05-13 08:02:06 -04:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/python/README.md" > :snake: Official Python Bindings</ a >
2023-05-14 13:57:00 -04:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/typescript" > :computer: Official Typescript Bindings</ a >
2023-05-15 12:59:32 -04:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/golang" > :computer: Official GoLang Bindings</ a >
2023-05-22 16:08:03 -04:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/csharp" > :computer: Official C# Bindings</ a >
2023-05-11 12:31:08 -04:00
2023-04-13 12:56:08 -04:00
2023-05-13 08:02:06 -04:00
## Contributing
2023-05-14 15:48:17 -04:00
GPT4All welcomes contributions, involvement, and discussion from the open source community!
Please see CONTRIBUTING.md and follow the issues, bug reports, and PR markdown templates.
2023-05-13 08:02:06 -04:00
Check project discord, with project owners, or through existing issues/PRs to avoid duplicate work.
Please make sure to tag all of the above with relevant project identifiers or your contribution could potentially get lost.
Example tags: `backend` , `bindings` , `python-bindings` , `documentation` , etc.
2023-05-22 16:08:03 -04:00
## Technical Reports
< p align = "center" >
< a href = "https://gpt4all.io/reports/GPT4All_Technical_Report_3.pdf" > :green_book: Technical Report 3: GPT4All Snoozy and Groovy < / a >
< / p >
< p align = "center" >
< a href = "https://static.nomic.ai/gpt4all/2023_GPT4All-J_Technical_Report_2.pdf" > :green_book: Technical Report 2: GPT4All-J < / a >
< / p >
< p align = "center" >
< a href = "https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf" > :green_book: Technical Report 1: GPT4All< / a >
< / p >
2023-05-13 08:02:06 -04:00
2023-04-13 11:16:31 -04:00
## Citation
2023-03-28 17:31:35 -04:00
2023-04-13 11:16:31 -04:00
If you utilize this repository, models or data in a downstream project, please consider citing it with:
2023-03-28 12:00:25 -04:00
```
@misc {gpt4all,
2023-03-28 14:50:27 -04:00
author = {Yuvanesh Anand and Zach Nussbaum and Brandon Duderstadt and Benjamin Schmidt and Andriy Mulyar},
2023-03-28 12:00:25 -04:00
title = {GPT4All: Training an Assistant-style Chatbot with Large Scale Data Distillation from GPT-3.5-Turbo},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/nomic-ai/gpt4all}},
}
```