Skip to content

v1.3.0

Compare
Choose a tag to compare
@leafspark leafspark released this 04 Aug 05:03
· 293 commits to main since this release

AutoGGUF v1.3.0

Changelog:

  • Added support for new llama-imatrix parameters:
    • Implemented context size (--ctx-size) input
    • Added threads (--threads) control
  • Added new parameters to IMatrix section layout for better usability:
    • Converted context size input to a QSpinBox for better control
    • Implemented a slider-spinbox combination for thread count selection
    • Changed output frequency input to a QSpinBox with a range of 1-100 and percentage suffix
  • Remove duplicated functions
  • Fixed error when loading presets containing KV overrides
  • Updated generate_imatrix() method to use new UI element values
  • Improved error handling in preset loading
  • Enhanced localization support for new UI elements (fallback to English)
  • Added new localization keys for:
    • Context size
    • Thread count
    • Updated IMatrix generation related strings
  • Adjusted default values and ranges for new numeric inputs, input types
  • Improved code readability and maintainability

Full Changelog: v1.2.1...v1.3.0