Skip to content

Commit a5f290d

Browse files
author
semantic-release
committed
chore: release 0.82.3
1 parent 9612019 commit a5f290d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# CHANGELOG
22

33

4+
## v0.82.3 (2026-03-29)
5+
6+
### Bug Fixes
7+
8+
- Also patch model.generate() to inject cached pixel_values
9+
([#254](https://github.com/OpenAdaptAI/openadapt-evals/pull/254),
10+
[`9612019`](https://github.com/OpenAdaptAI/openadapt-evals/commit/96120198f5cd413675b37c6752fe0f2c79dae78e))
11+
12+
forward() patch handles training logprob recomputation, but TRL also calls
13+
model.generate(input_ids=...) without pixel_values. HF's generate() uses
14+
prepare_inputs_for_generation() which builds a fresh kwargs dict — cached pixel_values in
15+
forward() aren't enough because generate() needs them at the top level to pass them through.
16+
17+
Now patches BOTH forward() and generate() on the model instance.
18+
19+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20+
21+
422
## v0.82.2 (2026-03-29)
523

624
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.82.2"
7+
version = "0.82.3"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)