Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.14 KB

File metadata and controls

49 lines (29 loc) · 1.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.1] - 2025-07-22

Added

  • Support revert permuting qk;
  • Support permute qk to handle qk norm for Qwen3;
  • Add extra check for MiniCPM to llama;

[0.4.0] - 2025-07-02

Added

  • Add subcommand show-data to show tensor data;

Changed

  • Replace logger from simple_logger 5.0 with flexi_logger 0.31;

0.3.0 - 2025-06-05

Changed

  • Introduce glob to select multiple shard files using glob wildcards;

0.2.0 - 2025-02-24

Added

  • Add subcommand diff to diff two gguf files;
  • Add q8 to f32 dequantize cast;

Changed

  • Upgrade Rust to 2024 edition;
  • Upgrade dependency ggus 0.4 to 0.5;
  • Format every file;