nomic-ai/gpt4all

★ 77,396⑂ 0

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.

About nomic-ai/gpt4all

nomic-ai/gpt4all is an open-source project on GitHub, mainly written in C++. GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. It currently holds 77,396 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Models & LLM Tools board.

GitHub Repository Details

Repository nomic-ai/gpt4all · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

GPT4All

Now with support for DeepSeek R1 Distillations

WebsiteDocumentationDiscordYouTube Tutorial

GPT4All runs large language models (LLMs) privately on everyday desktops & laptops.

No API calls or GPUs required - you can just download the application and get started.

Read about what's new in our blog.

Subscribe to the newsletter

https://github.com/nomic-ai/gpt4all/assets/70534565/513a0f15-4964-4109-89e4-4f9a9011f311

GPT4All is made possible by our compute partner Paperspace.

Download Links

Windows Installer

Windows ARM Installer

macOS Installer

Ubuntu Installer

The Windows and Linux builds require Intel Core i3 2nd Gen / AMD Bulldozer, or better.

The Windows ARM build supports Qualcomm Snapdragon and Microsoft SQ1/SQ2 processors.

The Linux build is x86-64 only (no ARM).

The macOS build requires Monterey 12.6 or newer. Best results with Apple Silicon M-series processors.

See the full System Requirements for more details.




Flathub (community maintained)

Install GPT4All Python

gpt4all gives you access to LLMs with our Python client around llama.cpp implementations.

Nomic contributes to open source software like llama.cpp to make LLMs accessible and efficient for all.

pip install gpt4all
from gpt4all import GPT4All
model = GPT4All("Meta-Llama-3-8B-Instruct.Q4_0.gguf") # downloads / loads a 4.66GB LLM
with model.chat_session():
    print(model.generate("How can I run LLMs efficiently on my laptop?", max_tokens=1024))

Integrations

:parrot::link: Langchain :card_file_box: Weaviate Vector Database - module docs :telescope: OpenLIT (OTel-native Monitoring) - Docs

Release History

[Docker-based API server]: https://github.com/nomic-ai/gpt4all/tree/cef74c2be20f5b697055d5b8b506861c7b997fab/gpt4all-api

Contributing

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.

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.

Citation

If you utilize this repository, models or data in a downstream project, please consider citing it with:

@misc{gpt4all,
  author = {Yuvanesh Anand and Zach Nussbaum and Brandon Duderstadt and Benjamin Schmidt and Andriy Mulyar},
  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}},
}

GitHub Stars & Activity

77,396Stars
0Forks
0Open issues
C++Language

GitHub Popularity

GitHub stars77,396
Forks0
Open issues0
Primary languageC++
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

affaan-m / ECC

JavaScript★ 259,477⑂ 0
2

NousResearch / hermes-agent

Python★ 245,944⑂ 0
3

Significant-Gravitas / AutoGPT

Python★ 187,373⑂ 0
4

ollama / ollama

Go★ 181,101⑂ 0
5

firecrawl / firecrawl

TypeScript★ 180,977⑂ 0
6

f / prompts.chat

HTML★ 170,442⑂ 0
7

huggingface / transformers

Python★ 166,221⑂ 0
8

langgenius / dify

TypeScript★ 155,892⑂ 0

More AI Rankings