-
Notifications
You must be signed in to change notification settings - Fork 74
Remove Dolomite support #616
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
Conversation
Dolomite has become a legacy performance and compatibility dependency required before Granite was upstreamed to Huggingface. For >=python3.12, Dolomite has been found to not work correctly. Therefore, we're dropping support. Signed-off-by: James Kunstle <[email protected]> Signed-off-by: Ihar Hrachyshka <[email protected]>
It's being removed in training library. See: instructlab/training#616 Signed-off-by: Ihar Hrachyshka <[email protected]>
|
E2E (NVIDIA L40S x4) (python 3.11) workflow launched on this PR: View run |
|
e2e workflow succeeded on this PR: View run, congrats! |
RobotSail
left a comment
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.
LGTM
fynnsu
left a comment
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.
LGTM! I noticed dolomite is still in the constraints-dev.txt but presumably that
- doesn't matter
- will get cleared in the next update of
constraints-dev.txt
|
Yep I didn't want to touch constraints file because indeed it doesn't matter, will be cleaned up AND it lowers the chance of git conflict. Also, it's nice when robots do the work. |
It's being removed in training library. See: instructlab/training#616 Signed-off-by: Ihar Hrachyshka <[email protected]> **Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary). - [ ] [Changelog](https://github.com/instructlab/instructlab/blob/main/CHANGELOG.md) updated with breaking and/or notable changes for the next minor release. - [ ] Documentation has been updated, if necessary. - [ ] Unit tests have been added, if necessary. - [ ] Functional tests have been added, if necessary. - [ ] E2E Workflow tests have been added, if necessary. Approved-by: RobotSail Approved-by: nathan-weinberg
Dolomite has become a legacy performance and compatibility dependency
required before Granite was upstreamed to Huggingface. For >=python3.12,
Dolomite has been found to not work correctly. Therefore, we're dropping
support.
Signed-off-by: James Kunstle [email protected]
Signed-off-by: Ihar Hrachyshka [email protected]