Skip to content

v1.9.1

Latest
Compare
Choose a tag to compare
@leafspark leafspark released this 17 Oct 00:34
· 28 commits to main since this release
118273f

AutoGGUF v1.9.1

Changelog:

  • Support for specifying log directory name using AUTOGGUF_LOG_DIR_NAME environment variable
  • Work in progress GGUF merge window
  • Support for repository types in HF Transfer utility
  • New dequantize_gguf.py script
  • Support for MiniCPM3, RWKVv6, OLMoE, IBM Granite, and Jamba in llama.cpp convert scripts (conversion only)
  • Add Nuitka build script for Linux
  • Updated Finnish and Russian localizations using Claude 3 Opus
  • Improved layout of HF Upload window
  • Updated gguf library from upstream
  • Refactored code to use localizations for menubar
  • Renamed imports_and_globals.py to globals.py
  • Moved general functions verify_gguf and process_args to globals.py
  • Created Plugins class for extensibility
  • Updated dependencies:
    • huggingface-hub
    • fastapi (~=0.115.0)
    • setuptools (~=75.1.0)
    • pyside6 (~=6.7.3)
    • uvicorn (~=0.31.0)
  • Corrected localization strings and file select types for GGUF merging
  • Fix minor errors in build scripts

Quick progress update:

  • working on a configuration update next, to allow for more customizability
  • there are no binaries or builds yet in the release, working on a fix for segfault (PySide6 issue, resolved)

Full Changelog: v1.9.0...v1.9.1