mirror of https://github.com/leafspark/AutoGGUF
docs: update to v1.4.3
This commit is contained in:
parent
aaacba491d
commit
51c3de4995
11
README.md
11
README.md
|
@ -31,6 +31,8 @@ ## Features
|
||||||
- Select and quantize GGUF models
|
- Select and quantize GGUF models
|
||||||
- Configure quantization parameters
|
- Configure quantization parameters
|
||||||
- Monitor system resources during quantization
|
- Monitor system resources during quantization
|
||||||
|
- Parallel quantization + imatrix generation
|
||||||
|
- LoRA conversion and merging
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -41,7 +43,7 @@ ### Cross-platform
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```
|
||||||
pip install PyQt6 requests psutil shutil
|
pip install PyQt6 requests psutil shutil numpy torch safetensors gguf
|
||||||
```
|
```
|
||||||
2. Run the application:
|
2. Run the application:
|
||||||
```
|
```
|
||||||
|
@ -91,17 +93,16 @@ ## Known Issues
|
||||||
|
|
||||||
- Saving preset while quantizing causes UI thread crash (planned fix: remove this feature)
|
- Saving preset while quantizing causes UI thread crash (planned fix: remove this feature)
|
||||||
- Cannot delete task while processing (planned fix: disallow deletion before cancelling or cancel automatically)
|
- Cannot delete task while processing (planned fix: disallow deletion before cancelling or cancel automatically)
|
||||||
- ~~Base Model text still shows when GGML is selected as LoRA type (fix: include text in show/hide Qt layout)~~ (fixed in v1.4.2)
|
|
||||||
|
|
||||||
## Planned Features
|
## Planned Features
|
||||||
|
|
||||||
- Actual progress bar tracking
|
- Actual progress bar tracking
|
||||||
- Download safetensors from HF and convert to unquantized GGUF
|
- Download safetensors from HF and convert to unquantized GGUF
|
||||||
- Perplexity testing
|
- Perplexity testing
|
||||||
- Managing shards (coming in the next release)
|
- ~~Managing shards (coming in the next release)~~ (added in v1.4.3)
|
||||||
- Time estimation for quantization
|
- Time estimation for quantization
|
||||||
- Dynamic values for KV cache (coming in the next release)
|
- ~~Dynamic values for KV cache (coming in the next release)~~ (added in v1.4.3)
|
||||||
- Ability to select and start multiple quants at once (saved in presets, coming in the next release)
|
- ~~Ability to select and start multiple quants at once (saved in presets, coming in the next release)~~ (added in v1.4.3)
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue