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.
This commit is contained in:
Tiara Rodney 2026-06-18 12:37:03 +02:00
parent 4987d951ce
commit f9913b45c3
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

2
TODO
View file

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