We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e17d1 commit 9ca8b34Copy full SHA for 9ca8b34
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v0.8.6](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.6) - 2025-08-12
11
+
12
- Pinned datasets, tokenizers, pyarrow versions.
13
14
## [v0.8.5](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.5) - 2025-07-20
src/olmo_eval/version.py
@@ -1,6 +1,6 @@
1
_MAJOR = "0"
2
_MINOR = "8"
3
-_PATCH = "5"
+_PATCH = "6"
4
_SUFFIX = ""
5
6
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
0 commit comments