mirror of https://github.com/leafspark/AutoGGUF
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
This commit is contained in:
commit
ac725c678b
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -2,18 +2,38 @@ # Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [1.6.0] - 2024-08-08
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Resolve licensing issues by using PySide6
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add GPU monitoring support for NVIDIA GPUs
|
||||||
|
|
||||||
|
## [1.5.1] - 2024-08-08
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Refactor localizations to use them in HF conversion area
|
||||||
|
- Rename FAILED_LOAD_PRESET to FAILED_TO_LOAD_PRESET localization key
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Remove Save Preset context menu action
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support loading *.gguf file types
|
||||||
|
|
||||||
## [1.5.0] - 2024-08-06
|
## [1.5.0] - 2024-08-06
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
Refactor localizations to use them in HF conversion area
|
- Refactor localizations to use them in HF conversion area
|
||||||
Organize localizations
|
- Organize localizations
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
Add sha256 and PGP signatures (same as commit ones)
|
- Add sha256 and PGP signatures (same as commit ones)
|
||||||
Add HuggingFace to GGUF conversion support
|
- Add HuggingFace to GGUF conversion support
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
Fix scaling on low resolution screens, interface now scrolls
|
- Fix scaling on low resolution screens, interface now scrolls
|
||||||
|
|
||||||
## [1.4.3] - 2024-08-05
|
## [1.4.3] - 2024-08-05
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ ## Planned Features
|
||||||
- Actual progress bar tracking
|
- Actual progress bar tracking
|
||||||
- Perplexity testing
|
- Perplexity testing
|
||||||
- Time estimation for quantization
|
- Time estimation for quantization
|
||||||
- `nvidia-smi` monitoring support
|
- ~~`nvidia-smi` monitoring support~~ (added in v1.6.0)
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue