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

Added KitOps to CI/CD #95

Merged
merged 1 commit into from
May 30, 2024
Merged

Added KitOps to CI/CD #95

merged 1 commit into from
May 30, 2024

Conversation

Jwilliamsr
Copy link
Contributor

Kit is a new MLOps tool (FOSS) that lets data scientist and devops folks use their preferred tools for creating, collaborating, and deploying models.

What is this tool for?

Kit packages models, data sets, and everything else used in ML development into a parsable oci-compliant file type. This makes handoffs easy between teams and allows devops folks to use the tools they use for application code.

What's the difference between this tool and similar ones?

Docker files are the most common alternative. Unlike Dockerfiles, Kitfiles are a modular package - pull just a part of the ModelKit, like the model or dataset, or pull the whole package with one simple command.

Storing ModelKits in your organization’s registry provides a history of meaningful state changes for auditing. ModelKits are immutable so are perfect for a secure bill-of-materials (SBOM) initiative.


Anyone who agrees with this pull request could submit an Approve review to it.

Kit is a new MLOps tool (FOSS) that lets data scientist and devops folks use their preferred tools for creating, collaborating, and deploying models.
Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

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

Nice! Thank you so much @Jwilliamsr!

@kelvins kelvins merged commit a8c5adb into kelvins:main May 30, 2024
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.

None yet

2 participants