diff --git a/CHANGELOG.md b/CHANGELOG.md index be127a61e..b93d52fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Rename `Olmo` to `OLMo` everywhere in the codebase + +### Removed + +- Removed `AMDLayerNorm`, since the original layer norm bug has been fixed and we don't need this workaround anymore. + + ## [v0.2.5](https://github.com/allenai/OLMo/releases/tag/v0.2.5) - 2024-03-06 ### Fixed @@ -15,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the option to directly pass input embeddings to `OLMo` and `OLMoForCausalLM`. - Added support for Python 3.8. - Added code to throw an error if `output_attentions` is set to `True` in forward call to `OLMoForCausalLM`. This functionality hasn't been implemented yet. -- Rename `Olmo` to `OLMo` everywhere in the codebase - Fixed running with data loading workers on LUMI ### Added @@ -29,10 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed legacy checkpoint unsharding to use processes and shared memory instead of threads -### Removed - -- Removed `AMDLayerNorm`, since the original layer norm bug has been fixed and we don't need this workaround anymore. - ## [v0.2.4](https://github.com/allenai/OLMo/releases/tag/v0.2.4) - 2024-02-02