Skip to content

v1.9.0

Compare
Choose a tag to compare
@leafspark leafspark released this 15 Sep 20:13
· 71 commits to main since this release
45b10bd

AutoGGUF v1.9.0

Changelog:

  • 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
  • Refactored to move functions out of AutoGGUF to reduce bloat
  • Optimized GGUF imports and renamed related modules
  • Removed old HFTransfer class
  • Adjusted logging strings and updated French and Dutch localizations
  • Moved functions into existing classes and files
  • Adjusted indeterminate progress bar behavior
  • Improved startup time by optimizing default configuration, disabling network fetches for backends/updates
  • Removed requests and python-dotenv to reduce size
  • Removed comments in requirements.txt and updated its formatting
  • 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

Full Changelog: v1.8.1...v1.9.0