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.11.1 (2026-02-24)
5+
6+ ### Bug Fixes
7+
8+ - ** modal** : Fix inference container image and multi-modal message handling
9+ ([ ` 88e4c09 ` ] ( https://github.com/OpenAdaptAI/openadapt-ml/commit/88e4c09dcfdf26acda0b4b35d064c68aa297c895 ) )
10+
11+ - Pin transformers==4.57.3 (matches local, has Qwen3-VL support) - Add torchvision dependency
12+ (required by AutoVideoProcessor) - Add fallback: AutoModelForVision2Seq ->
13+ Qwen2_5_VLForConditionalGeneration - Add fallback: AutoProcessor -> Qwen2_5_VLProcessor -
14+ Reconstruct multi-modal messages with {"type": "image"} placeholders for proper vision token
15+ generation in apply_chat_template - Rename container_idle_timeout -> scaledown_window (Modal API
16+ update)
17+
18+ Co-Authored-By: Claude Opus 4.6 < noreply@anthropic.com >
19+
20+
421## v0.11.0 (2026-02-24)
522
623### Features
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-ml"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44description = " Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments