feat: add ability to generate OCI artifact from local models #2977
feat: add ability to generate OCI artifact from local models #2977jaideepr97 wants to merge 2 commits intoinstructlab:mainfrom
Conversation
|
OK, about your mypy failures. tl;dr we'll have to ignore these (add
This is happening because of a bug in Your patch adds Please add the links to the two issues above when adding the
This is happening because of a bug in Please link to the issue and mention that I've also noticed that we don't enable |
Signed-off-by: Jaideep Rao <[email protected]> Signed-off-by: Charlie Doern <[email protected]>
Signed-off-by: Jaideep Rao <[email protected]>
|
This pull request has been automatically marked as stale because it has not had activity within 60 days. It will be automatically closed if no further activity occurs within 30 days. |
|
This pull request has merge conflicts that must be resolved before it can be merged. @jaideepr97 please rebase it. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork |
This may help us avoid some spurious mypy warnings when it gets confused by pydantic magick. https://docs.pydantic.dev/latest/integrations/mypy/ Noticed when looking at mypy violations under #2977 **Checklist:** - [x] **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: nathan-weinberg Approved-by: RobotSail
|
This pull request has been automatically marked as stale because it has not had activity within 60 days. It will be automatically closed if no further activity occurs within 30 days. |
|
In my view, being able to push to OCI with Olot is a required capability, can't speak for the other refactor/update in this pr. Commenting for the Stale. |
|
This pull request has been automatically marked as stale because it has not had activity within 60 days. It will be automatically closed if no further activity occurs within 30 days. |
|
This pull request has been automatically closed due to inactivity. Please feel free to reopen if you intend to continue working on it! |
This PR adds a new converter function to convert safetensors models to OCI artifact format before it can be pushed via
ilab model uploadThis PR builds on top of #2950
Checklist:
conventional commits.