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.
This commit is contained in:
Tiara Rodney 2026-06-18 16:49:32 +02:00
parent 1279bc8965
commit 1fb35e8e10
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

2
TODO
View file

@ -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