Are you an LLM? You can read better optimized documentation at /opt/buildhome/repo/docs/src/docs/integrations/modelpack.md for this page in Markdown format
Using KitOps to Create ModelPacks
The Cloud Native Computing Foundation (CNCF) ModelPack specification is a vendor-neutral standard for packaging everything needed to share, deploy, and manage AI/ML projects for Kubernetes.
KitOps supports the ModelPack standard natively and transparently. To create a ModelPack artifact simply pack it with the modelpack flag:
sh
# Create a ModelPack OCI Artifact
kit pack . --use-model-packEverything else you do with the ModelPack-compliant Artifact will be handled transparently by KitOps - simple!
Questions or suggestions? Drop an issue in our GitHub repository or join our Discord server to get support or share your feedback.