mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 14:07:58 +00:00
898 B
898 B
Frequently Asked Questions
Models
Which language models are supported?
We support models with a llama.cpp
implementation which have been uploaded to HuggingFace.
Software
What software do I need?
All you need is to install GPT4all onto you Windows, Mac, or Linux computer.
Is there an API?
Yes, you can run your model in server-mode with our OpenAI-compatible API, which you can configure in settings
Hardware
What hardware do I need?
GPT4All can run on CPU, Metal (Apple Silicon M1+), and GPU.
What are the system requirements?
Your CPU needs to support AVX or AVX2 instructions and you need enough RAM to load a model into memory.