From f9913b45c360d224f5b5d02886b801fb2988ecba Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 18 Jun 2026 12:37:03 +0200 Subject: [PATCH] todo(15): done _render_ids extracts input_ids from a BatchEncoding (5.x) or passes a list through (4.x); regression test asserts the BatchEncoding path yields the same mask; 10 tests pass; mypy strict clean. End-to-end box verification of the correct mask against Mistral done before this release. No submodule changes. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 2db07e7..63768b4 100644 --- a/TODO +++ b/TODO @@ -255,7 +255,7 @@ Content-Type: application/issue ID: 15 Type: bugfix Title: apply_chat_template returns BatchEncoding on transformers 5.x -Status: in-progress +Status: done Priority: high Created: 2026-06-18 Module: sekft