From 4951c950b90bec4023fd88c20a01afca240cd64e Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:33:49 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ba8098..cc676b3 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ # AutoGGUF - automated GGUF model quantizer 4. Monitor system resources during quantization **Usage**: + Cross platform: 1. Install dependencies, either using the `requirements.txt` file or `pip install PyQt6 requests psutil`. 2. Run the `run.bat` script to start the application, or run the command `python src/main.py`. + Windows: 1. Download latest release, extract all to folder and run `AutoGGUF.exe` 2. Enjoy!