Skip to content

Commit 0c48a16

Browse files
author
semantic-release
committed
chore: release 0.11.1
1 parent 88e4c09 commit 0c48a16

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-ml"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)