mirror of https://github.com/leafspark/AutoGGUF
Update README.md
This commit is contained in:
parent
baaa67f238
commit
4951c950b9
|
@ -12,9 +12,11 @@ # AutoGGUF - automated GGUF model quantizer
|
||||||
4. Monitor system resources during quantization
|
4. Monitor system resources during quantization
|
||||||
|
|
||||||
**Usage**:
|
**Usage**:
|
||||||
|
|
||||||
Cross platform:
|
Cross platform:
|
||||||
1. Install dependencies, either using the `requirements.txt` file or `pip install PyQt6 requests psutil`.
|
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`.
|
2. Run the `run.bat` script to start the application, or run the command `python src/main.py`.
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
1. Download latest release, extract all to folder and run `AutoGGUF.exe`
|
1. Download latest release, extract all to folder and run `AutoGGUF.exe`
|
||||||
2. Enjoy!
|
2. Enjoy!
|
||||||
|
|
Loading…
Reference in New Issue