diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e187e..f981d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.11] + ### Added - `dsa_kv_qat` takes `f16_round=False`, which stops at the fp8 result and copies the RoPE tail through unchanged. Fuses the DeepSeek-V4 compressor diff --git a/mlx_kquant/_version.py b/mlx_kquant/_version.py index 91c67cc..df0ed33 100644 --- a/mlx_kquant/_version.py +++ b/mlx_kquant/_version.py @@ -1 +1 @@ -__version__ = "0.3.11" +__version__ = "0.3.12"