-
Notifications
You must be signed in to change notification settings - Fork 503
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
Conversation
@epwalsh , @AkshitaB , @2015aroras , how much stuff will break if we merge this? Is it risky? |
I agree with you on the version, so I bumped the version number in this PR. |
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. |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
Fixes #457
As this is a breaking change, it probably makes sense to release a new version with it