File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.14.1 (2026-03-04)
5+
6+ ### Bug Fixes
7+
8+ - Lower PyTorch minimum to 2.8.0 for vLLM compatibility
9+ ([ #53 ] ( https://github.com/OpenAdaptAI/openadapt-ml/pull/53 ) ,
10+ [ ` c0bc069 ` ] ( https://github.com/OpenAdaptAI/openadapt-ml/commit/c0bc0698dfd4e1ac0423116f63d16e6d98f5e861 ) )
11+
12+ vLLM 0.11.0 pins torch==2.8.0. The GPU E2E validation (openadapt-evals PR #87 ) confirmed the full ML
13+ stack works with PyTorch 2.8.0+cu128. The previous >=2.9.1 constraint prevented installing
14+ openadapt-ml alongside vLLM in the same environment.
15+
16+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
17+
18+
419## v0.14.0 (2026-03-04)
520
621### Features
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-ml"
3- version = " 0.14.0 "
3+ version = " 0.14.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