mirror of https://github.com/leafspark/AutoGGUF
Update README.md
This commit is contained in:
parent
b3721e75f0
commit
9707ec1b9c
18
README.md
18
README.md
|
@ -1,24 +1,26 @@
|
||||||
AutoGGUF - Automated GGUF Model Quantizer
|
# AutoGGUF - automated GGUF model quantizer
|
||||||
|
|
||||||
This application provides a graphical user interface for quantizing GGUF models
|
This application provides a graphical user interface for quantizing GGUF models
|
||||||
using the llama.cpp library. It allows users to download different versions of
|
using the llama.cpp library. It allows users to download different versions of
|
||||||
llama.cpp, manage multiple backends, and perform quantization tasks with various
|
llama.cpp, manage multiple backends, and perform quantization tasks with various
|
||||||
options.
|
options.
|
||||||
|
|
||||||
Main features:
|
**Main features**:
|
||||||
1. Download and manage llama.cpp backends
|
1. Download and manage llama.cpp backends
|
||||||
2. Select and quantize GGUF models
|
2. Select and quantize GGUF models
|
||||||
3. Configure quantization parameters
|
3. Configure quantization parameters
|
||||||
4. Monitor system resources during quantization
|
4. Monitor system resources during quantization
|
||||||
|
|
||||||
Usage:
|
**Usage**:
|
||||||
Run the main.py script to start the application.
|
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`.
|
||||||
|
|
||||||
Dependencies:
|
**Dependencies**:
|
||||||
- PyQt6
|
- PyQt6
|
||||||
- requests
|
- requests
|
||||||
- psutil
|
- psutil
|
||||||
|
|
||||||
Author: leafspark
|
**To be implemented:**
|
||||||
Version: 1.0.0
|
- Actual progress bar tracking
|
||||||
License: apache-2.0
|
- Download safetensors from HF and convert to unquanted GGUF
|
||||||
|
- Specify multiple KV overrides
|
||||||
|
|
Loading…
Reference in New Issue