Skip to content

Commit

Permalink
(chore) prepare for release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 19, 2024
1 parent 193fe15 commit ba30253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.5.0](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.5.0) - 2024-12-18

### Changed

- You can pass `None` for `lm_logits` in `ICLMetric.update()` to support pipeline parallelism.
Expand Down
2 changes: 1 addition & 1 deletion src/olmo_eval/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = "0"
_MINOR = "4"
_MINOR = "5"
_PATCH = "0"
_SUFFIX = ""

Expand Down

0 comments on commit ba30253

Please sign in to comment.