From 91fb82e9b67674daecd6e5dfb65d66725888c4f5 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Mon, 14 Aug 2023 14:57:14 +0200 Subject: [PATCH] Mention minimum CUDA HW level (#1472) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8acafd76..3266b10a 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,15 @@ Click the download button for your operating system:

**Hardware requirements:** -- **Windows:** NVIDIA graphics card (minimum 2 GB RAM), or run on your CPU. -- **Linux:** NVIDIA or AMD graphics card (minimum 2 GB RAM), or run on your CPU. +- **Windows:** NVIDIA graphics card¹ (minimum 2 GB RAM), or run on your CPU. +- **Linux:** NVIDIA¹ or AMD² graphics card (minimum 2 GB RAM), or run on your CPU. - **Mac:** M1 or M2, or run on your CPU. - Minimum 8 GB of system RAM. - Atleast 25 GB of space on the hard disk. +¹) [CUDA Compute capability](https://en.wikipedia.org/wiki/CUDA#GPUs_supported) level of 3.7 or higher required. + +²) ROCm 5.2 support required. The installer will take care of whatever is needed. If you face any problems, you can join the friendly [Discord community](https://discord.com/invite/u9yhsFmEkB) and ask for assistance.