Volver al ranking

nomic-ai/gpt4all

C++nomic.ai/gpt4all

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

llm-inferenceai-chat
Crecimiento de estrellas
Estrellas
77.4k
Forks
8.3k
Crecimiento semanal
Issues
729
20k40k60k
mar 2023abr 2024jun 2025jul 2026
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.

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.



Get it on Flathub
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

  • July 2nd, 2024: V3.0.0 Release
    • Fresh redesign of the chat application UI
    • Improved user workflow for LocalDocs
    • Expanded access to more model architectures
  • October 19th, 2023: GGUF Support Launches with Support for:
    • Mistral 7b base model, an updated model gallery on our website, several new local code models including Rift Coder v1.5
    • Nomic Vulkan support for Q4_0 and Q4_1 quantizations in GGUF.
    • Offline build support for running old versions of the GPT4All Local LLM Chat Client.
  • September 18th, 2023: Nomic Vulkan launches supporting local LLM inference on NVIDIA and AMD GPUs.
  • July 2023: Stable support for LocalDocs, a feature that allows you to privately and locally chat with your data.
  • June 28th, 2023: Docker-based API server launches allowing inference of local LLMs from an OpenAI-compatible HTTP endpoint.

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}},
}
Repositorios relacionados
ray-project/ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

PythonPyPIApache License 2.0raydistributed
ray.io
43.3k7.8k
gitleaks/gitleaks

Find secrets with Gitleaks 🔑

GoGo ModulesMIT Licensesecuritysecurity-tools
gitleaks.io
28.2k2.2k
liguodongiot/llm-action

本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)

HTMLApache License 2.0llmllm-inference
zhihu.com/column/c_1456193767213043713
24.8k2.8k
Lightning-AI/litgpt

20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.

PythonPyPIApache License 2.0aiartificial-intelligence
lightning.ai
13.5k1.5k
bentoml/OpenLLM

Run any open-source LLMs, such as DeepSeek and Llama, as OpenAI compatible API endpoint in the cloud.

PythonPyPIApache License 2.0llmllmops
bentoml.com
12.4k824
mistralai/mistral-inference

Official inference library for Mistral models

Jupyter NotebookApache License 2.0llmllm-inference
mistral.ai
10.8k1.1k
openvinotoolkit/openvino

OpenVINO™ is an open source toolkit for optimizing and deploying AI inference

C++Apache License 2.0inferencedeep-learning
docs.openvino.ai
10.6k3.3k
Tiiny-AI/PowerInfer

High-speed Large Language Model Serving for Local Deployment

C++MIT Licenselarge-language-modelsllama
9.7k590
bentoml/BentoML

The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!

PythonPyPIApache License 2.0model-servingmlops
bentoml.com
8.7k988
SJTU-IPADS/PowerInfer

High-speed Large Language Model Serving for Local Deployment

C++MIT Licenselarge-language-modelsllama
8.1k424
InternLM/lmdeploy

LMDeploy is a toolkit for compressing, deploying, and serving LLMs.

PythonPyPIApache License 2.0cuda-kernelsdeepspeed
lmdeploy.readthedocs.io/en/latest
8k712
ai-dynamo/dynamo

A Datacenter Scale Distributed Inference Serving Framework

Rustcrates.ioOtherdiffusiondisaggregated-serving
docs.nvidia.com/dynamo/latest
7.5k1.4k