Skip to content

Commit dc81627

Browse files
committed
update v0.8.2
1 parent d3d2448 commit dc81627

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## [v0.8.1](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.0) - 2025-05-17
10+
## [v0.8.2](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.2) - 2025-05-17
11+
12+
- Add few-shot HumanEval
13+
- Fix prompting setup for MT MBPP. For more details, see https://github.com/allenai/oe-eval-internal/pull/489
14+
15+
## [v0.8.1](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.1) - 2025-05-17
1116

1217
- Add mt MBPP and Minerva Math 500
1318

src/olmo_eval/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "8"
3-
_PATCH = "1"
3+
_PATCH = "2"
44
_SUFFIX = ""
55

66
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)

0 commit comments

Comments
 (0)