Skip to content

Commit c877588

Browse files
author
semantic-release
committed
chore: release 0.66.0
1 parent ce379be commit c877588

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.66.0 (2026-03-23)
5+
6+
### Features
7+
8+
- Add GPU instance lifecycle CLI for model serving
9+
([#189](https://github.com/OpenAdaptAI/openadapt-evals/pull/189),
10+
[`ce379be`](https://github.com/OpenAdaptAI/openadapt-evals/commit/ce379be06ef18c7308c2258905eb3215abfe03d5))
11+
12+
Add `openadapt-gpu` CLI that automates the full GPU experiment workflow: launch EC2 instance,
13+
install inference engine (SGLang/vLLM), serve model, set up SSH tunnel, and terminate. Replaces 9
14+
manual steps with one command.
15+
16+
Commands: launch, status, terminate, serve, run-comparison, ssh, logs.
17+
18+
State persisted to ~/.openadapt/gpu_state.json so terminate always works even when SSH is broken
19+
(uses EC2 API directly).
20+
21+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22+
23+
424
## v0.65.0 (2026-03-23)
525

626
### Features

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.65.0"
7+
version = "0.66.0"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)