2023-03-28 00:20:59 +00:00
< h1 align = "center" > GPT4All< / h1 >
2023-05-14 19:48:17 +00:00
< p align = "center" > Open-source assistant-style large language models that run locally on your CPU< / p >
2023-05-10 16:05:42 +00:00
< p align = "center" >
< a href = "https://gpt4all.io" > GPT4All Website< / a >
< / p >
2023-05-16 20:15:00 +00:00
< p align = "center" >
< a href = "https://docs.gpt4all.io" > GPT4All Documentation< / a >
< / p >
2023-05-10 16:05:42 +00:00
< p align = "center" >
< a href = "https://discord.gg/mGZE39AS3e" > Discord< / a >
< / p >
2023-03-29 01:07:04 +00:00
< p align = "center" >
2023-05-10 16:05:42 +00:00
< a href = "https://python.langchain.com/en/latest/modules/models/llms/integrations/gpt4all.html" > 🦜️🔗 Official Langchain Backend< / a >
2023-03-29 01:07:04 +00:00
< / p >
2023-03-28 20:04:18 +00:00
2023-04-13 18:33:52 +00:00
< p align = "center" >
GPT4All is made possible by our compute partner < a href = "https://www.paperspace.com/" > Paperspace< / a > .
< / p >
2023-05-13 12:02:06 +00: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 21:02:19 +00:00
Run on an M1 Mac (not sped up!)
2023-05-13 12:02:06 +00:00
< / p >
2023-04-13 16:56:08 +00:00
2023-05-13 12:02:06 +00:00
## GPT4All: An ecosystem of open-source on-edge large language models.
2023-05-23 00:14:52 +00: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 16:56:08 +00:00
2023-05-22 20:08:03 +00:00
Learn more in the [documentation ](https://docs.gpt4all.io ).
2023-05-13 12:02:06 +00: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 16:31:08 +00:00
2023-05-13 12:02:06 +00: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 16:31:08 +00:00
2023-05-10 16:05:42 +00:00
### Chat Client
2023-05-13 12:02:06 +00: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 16:05:42 +00:00
Direct Installer Links:
2023-04-13 16:56:08 +00:00
2023-05-13 12:02:06 +00:00
* [Mac/OSX ](https://gpt4all.io/installers/gpt4all-installer-darwin.dmg )
2023-04-13 16:56:08 +00:00
2023-05-13 12:02:06 +00:00
* [Windows ](https://gpt4all.io/installers/gpt4all-installer-win64.exe )
2023-04-13 16:56:08 +00:00
2023-05-13 12:02:06 +00:00
* [Ubuntu ](https://gpt4all.io/installers/gpt4all-installer-linux.run )
2023-04-13 16:56:08 +00:00
2023-04-13 20:05:43 +00:00
Find the most up-to-date information on the [GPT4All Website ](https://gpt4all.io/ )
2023-04-13 16:56:08 +00:00
2023-05-14 11:59:50 +00:00
### Chat Client building and running
2023-05-14 21:26:28 +00:00
* Follow the visual instructions on the chat client [build_and_run ](gpt4all-chat/build_and_run.md ) page
2023-05-14 11:59:50 +00:00
2023-05-13 12:02:06 +00:00
### Bindings
2023-05-11 16:31:08 +00:00
2023-05-13 12:02:06 +00:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/python/README.md" > :snake: Official Python Bindings</ a >
2023-05-14 17:57:00 +00:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/typescript" > :computer: Official Typescript Bindings</ a >
2023-05-15 16:59:32 +00:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/golang" > :computer: Official GoLang Bindings</ a >
2023-05-22 20:08:03 +00:00
* < a href = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/csharp" > :computer: Official C# Bindings</ a >
2023-05-11 16:31:08 +00:00
2023-04-13 16:56:08 +00:00
2023-05-13 12:02:06 +00:00
## Contributing
2023-05-14 19:48:17 +00: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 12:02:06 +00: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 20:08:03 +00: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 12:02:06 +00:00
2023-04-13 15:16:31 +00:00
## Citation
2023-03-28 21:31:35 +00:00
2023-04-13 15:16:31 +00:00
If you utilize this repository, models or data in a downstream project, please consider citing it with:
2023-03-28 16:00:25 +00:00
```
@misc {gpt4all,
2023-03-28 18:50:27 +00:00
author = {Yuvanesh Anand and Zach Nussbaum and Brandon Duderstadt and Benjamin Schmidt and Andriy Mulyar},
2023-03-28 16:00:25 +00: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}},
}
```