From 1fb35e8e109be3563e010524a99381043b4e705c Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 18 Jun 2026 16:49:32 +0200 Subject: [PATCH] todo(16): done _input_ids extracts ids from a BatchEncoding (5.x) or bare list/tensor (4.x); render_prompt_ids builds the generation prompt and extracts the tensor; eval.py + resident.py operators use it (no more BatchEncoding to generate); 12 tests pass (2 new); mypy strict clean. Box eval verification follows this release. No submodule changes. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 9193c94..d5020fe 100644 --- a/TODO +++ b/TODO @@ -277,7 +277,7 @@ Content-Type: application/issue ID: 16 Type: bugfix Title: generation operators pass BatchEncoding to generate (transformers 5.x) -Status: in-progress +Status: done Priority: high Created: 2026-06-18 Module: sekft