Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat: add system requirements doc #2955

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ GPT4All is made possible by our compute partner <a href="https://www.paperspace.
<p>
macOS requires Monterey 12.6 or newer. Best results with Apple Silicon M-series processors.
</p>

See the full [System Requirements](gpt4all-chat/system_requirements.md) for more details.

<br/>
<br/>
<p>
Expand Down
19 changes: 19 additions & 0 deletions gpt4all-chat/system_requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Below are the recommended and minimum system requirements for GPT4All.

### **Recommended System Requirements**
| **Component** | **PC (Windows/Linux)** | **Apple** |
|---------------|-------------------------------------------------------|----------------------------|
| **CPU** | Ryzen 5 3600 or Intel Core i7-10700, or better | M2 Pro |
| **RAM** | 16GB | 16GB |
| **GPU** | NVIDIA GTX 1080 Ti/RTX 2080 or better, with 8GB+ VRAM | M2 Pro (integrated GPU) |
| **OS** | At least Windows 10 or Ubuntu 24.04 LTS | macOS Sonoma 14.5 or newer |

### **Minimum System Requirements**
| **Component** | **PC (Windows/Linux)** | **Apple** |
|---------------|-----------------------------------------------------------------|---------------------|
| **CPU** | Intel Core: i3-2100, Pentium: 7505, Celeron: 6305; AMD: FX-4100 | M1 |
| **RAM** | 16GB (8GB for 3B LLMs) | 16GB |
| **GPU** | Anything Direct3D 11/12 or OpenGL 2.1 capable | M1 (integrated GPU) |
| **OS** | Windows 10, Ubuntu 22.04 LTS, or other compatible Linux | macOS Monterey 12.6 |

Note that Windows and Linux PCs with ARM CPUs are not currently supported.