Skip to content

Commit

Permalink
chore: bump version to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark committed Sep 15, 2024
1 parent a2516fb commit 45b10bd
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [v1.9.0] - 2024-09-15

### Added
- Implemented Hugging Face (HF) upload functionality with GUI definitions
- Added RAM and CPU usage graphs to UI
- Input validation using wraps added to UI
- Right-click context menu added to the models list in UI
- Support for iMatrix generation tracking
- GGUF splitting feature added
- Japanese and German localizations updated

### Changed
- Refactored to move functions out of `AutoGGUF` to reduce bloat
- Localized GGUF split strings
- Optimized GGUF imports and renamed related modules
- Removed old `HFTransfer` class
- Adjusted logging strings and updated French and Dutch localizations
- Improved startup time by optimizing default configuration, disabling network fetches for backends/updates
- Removed `requests` and `python-dotenv` to reduce size
- Updated `fastapi` requirement from `~=0.112.2` to `~=0.114.2`
- Updated `torch` requirement from `~=2.4.0` to `~=2.4.1`
- Updated `setuptools` requirement from `~=74.0.0` to `~=74.1.2`
- Updated `safetensors` requirement from `~=0.4.4` to `~=0.4.5`
- Updated `huggingface-hub` requirement from `~=0.24.6` to `~=0.24.7`

### Fixed
- Adjusted indeterminate progress bar behavior
- Removed comments in `requirements.txt` and updated its formatting

## [v1.8.1] - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
|-----------------|--------------------|
| stable (v1.8.1) | :white_check_mark: |
| stable (v1.9.0) | :white_check_mark: |

Beta versions are not supported, and may have unknown security issues.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ psutil~=6.0.0
pynvml~=11.5.3
PySide6~=6.7.2
safetensors~=0.4.5
numpy<3.0.0
numpy<2.0.0
torch~=2.4.1
sentencepiece~=0.2.0
setuptools~=74.1.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="AutoGGUF",
version="v1.8.1",
version="v1.9.0",
packages=[""],
url="https://github.com/leafspark/AutoGGUF",
license="apache-2.0",
Expand Down

0 comments on commit 45b10bd

Please sign in to comment.