Skip to content

Commit

Permalink
chat: add system requirements doc (#2955)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
  • Loading branch information
cebtenzzre committed Sep 13, 2024
1 parent a2b4529 commit cc7115a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
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.

0 comments on commit cc7115a

Please sign in to comment.