Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark committed Aug 12, 2024
2 parents f089aa2 + 6730212 commit ac725c6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,38 @@

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

### Changed
Refactor localizations to use them in HF conversion area
Organize localizations
- Refactor localizations to use them in HF conversion area
- Organize localizations

### Added
Add sha256 and PGP signatures (same as commit ones)
Add HuggingFace to GGUF conversion support
- Add sha256 and PGP signatures (same as commit ones)
- Add HuggingFace to GGUF conversion support

### 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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ To use a specific language, set the `AUTOGGUF_LANGUAGE` environment variable to
- Actual progress bar tracking
- Perplexity testing
- Time estimation for quantization
- `nvidia-smi` monitoring support
- ~~`nvidia-smi` monitoring support~~ (added in v1.6.0)

## Troubleshooting

Expand Down

0 comments on commit ac725c6

Please sign in to comment.