update to v1.3.0 and build instructions

This commit is contained in:
leafspark 2024-08-04 09:04:44 -07:00 committed by GitHub
parent cb11440e1f
commit 8fcbc14f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 2 deletions

View File

@ -22,18 +22,20 @@ # AutoGGUF - automated GGUF model quantizer
2. Enjoy!
**Building**:
```
```bash
cd src
pip install -U pyinstaller
pyinstaller main.py
cd dist/main
main
./main
```
**Dependencies**:
- PyQt6
- requests
- psutil
- shutil
- OpenSSL
**Localizations:**
@ -75,9 +77,15 @@ # AutoGGUF - automated GGUF model quantizer
**Issues:**
- Actual progress bar tracking
- Download safetensors from HF and convert to unquanted GGUF
- Perplexity testing
- Cannot disable llama.cpp update check on startup
- `_internal` directory required, will see if I can package this into a single exe on the next release
- ~~Custom command line parameters~~ (added in v1.3.0)
- ~~More iMatrix generation parameters~~ (added in v1.3.0)
- ~~Specify multiple KV overrides~~ (added in v1.1.0)
- ~~Better error handling~~ (added in v1.1.0)
- ~~Cannot select output/token embd type~~ (fixed in v1.1.0)
- ~~Importing presets with KV overrides causes UI thread crash~~ (fixed in v1.3.0)
**Troubleshooting:**
- ~~llama.cpp quantizations errors out with an iostream error: create the `quantized_models` directory (or set a directory)~~ (fixed in v1.2.1, automatically created on launch)