Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename #466

Merged
merged 9 commits into from
Mar 8, 2024
Merged

Rename #466

merged 9 commits into from
Mar 8, 2024

Conversation

Muennighoff
Copy link
Collaborator

@Muennighoff Muennighoff commented Feb 25, 2024

Fixes #457

As this is a breaking change, it probably makes sense to release a new version with it

@dirkgr dirkgr requested a review from epwalsh March 8, 2024 01:22
@dirkgr
Copy link
Member

dirkgr commented Mar 8, 2024

@epwalsh , @AkshitaB , @2015aroras , how much stuff will break if we merge this? Is it risky?

@dirkgr
Copy link
Member

dirkgr commented Mar 8, 2024

I agree with you on the version, so I bumped the version number in this PR.

@epwalsh
Copy link
Member

epwalsh commented Mar 8, 2024

I don't think trainer code or checkpoints will break, so I'm okay with it. Better to make this change now anyway before the next big run.

Copy link
Collaborator

@2015aroras 2015aroras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing I can foresee breaking is trying to run OLMo via HF. I think that's probably inevitable for a small period of time.

CHANGELOG.md Outdated
@@ -15,6 +15,7 @@ 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this to Unreleased or v0.3.0 or similar

@dirkgr dirkgr merged commit 658f7cc into main Mar 8, 2024
11 checks passed
@dirkgr dirkgr deleted the rename branch March 8, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Olmo / OLMo consistency
5 participants