chat: add system requirements doc (#2955)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-09-13 13:55:01 -04:00 committed by GitHub
parent a2b4529945
commit cc7115afeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View File

@ -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>

View File

@ -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.