File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.81.9 (2026-03-29)
5+
6+ ### Bug Fixes
7+
8+ - Patch chat_template to remove <think > tags at the source
9+ ([ #250 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/250 ) ,
10+ [ ` c1d3588 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/c1d35883851ad111f049167051e71e9a44e7819d ) )
11+
12+ Stripping <think > from rendered text was insufficient — TRL or the processor may re-apply the
13+ template, re-inserting the tags. The fix: patch processor.chat_template and
14+ processor.tokenizer.chat_template on first rollout call, removing <think >/<think > from the Jinja
15+ template itself. This ensures no code path can re-insert thinking mode.
16+
17+ Also strips </think > (was missed in #249 ).
18+
19+ Co-authored-by: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
20+
21+
422## v0.81.8 (2026-03-29)
523
624### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.81.8 "
7+ version = " 0.81.9 "
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments