From 776eeea2d3fbc2d267ab4add844a20f68e7cadc1 Mon Sep 17 00:00:00 2001 From: ManuelFay Date: Mon, 2 Sep 2024 15:55:37 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdd3737..b44ec709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.2.1] - 2024-09-02 + +Patch query preprocessing helper function disalignement with training scheme. + +### Fixed +- Add 10 extra pad token by default to the query to act as reasoning buffers. This was added in the collator but not the external helper function for inference purposes. + + ## [0.2.0] - 2024-08-29 Large refactoring to adress several issues and add features. This release is not backward compatible with previous versions.