网站 • 文档 • Discord • YouTube 教程
GPT4All 在日常台式机和笔记本电脑上私下运行大型语言模型 (LLM)。
无需 API 调用或 GPU - 您只需下载应用程序即可开始。
阅读我们博客中的新内容。
订阅时事通讯
GPT4All 是由我们的计算合作伙伴 Paperspace 实现的。
— Ubuntu 安装程序 —
Windows 和 Linux 需要 Intel Core i3 第二代 / AMD Bulldozer 或更高版本。仅限 x86-64,无 ARM。
macOS 需要 Monterey 12.6 或更高版本。使用 Apple Silicon M 系列处理器可获得最佳结果。
有关更多详细信息,请参阅完整的系统要求。
Flathub(社区维护)
gpt4all
使您可以通过我们的 Python 客户端围绕llama.cpp
实现访问 LLM。
Nomic 为llama.cpp
等开源软件做出了贡献,使法学硕士可供所有人使用且高效。
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 ))
?? Langchain ?️ Weaviate 矢量数据库 - 模块文档? OpenLIT(OTel 原生监控)- 文档
GPT4All 欢迎开源社区的贡献、参与和讨论!请参阅 CONTRIBUTING.md 并遵循问题、错误报告和 PR markdown 模板。
与项目所有者或通过现有问题/PR 检查项目不一致,以避免重复工作。请确保使用相关项目标识符标记上述所有内容,否则您的贡献可能会丢失。示例标签: backend
、 bindings
、 python-bindings
、 documentation
等。
如果您在下游项目中使用此存储库、模型或数据,请考虑使用以下方式引用它:
@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}},
}