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:
parent
1279bc8965
commit
1fb35e8e10
1 changed files with 1 additions and 1 deletions
2
TODO
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue