From 1f8d597ed1650ba0dc4df3ec2dcf02d631cac85d Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:19:42 -0700 Subject: [PATCH] Created System Requirements (markdown) --- System-Requirements.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 System-Requirements.md diff --git a/System-Requirements.md b/System-Requirements.md new file mode 100644 index 0000000..b9a3c54 --- /dev/null +++ b/System-Requirements.md @@ -0,0 +1,14 @@ +### RAM and CPU Usage + +The system requirements for AutoGGUF depend on the size of the models you're working with. For optimal performance: + +- RAM: At least 16GB, with 32GB or more recommended for larger models +- CPU: Multi-core processor, preferably with AVX2 or AVX-512 support + +### Software Dependencies + +AutoGGUF requires: + +- Python 3.8 or higher +- CUDA-compatible GPU for faster processing (optional but recommended) +- Necessary Python libraries (requirements will be listed in the installation section) \ No newline at end of file