Skip to content

Commit fe33cb6

Browse files
bmickleagorkem
authored andcommitted
add modelpack integrations page
Signed-off-by: Brad Micklea <7644938+bmicklea@users.noreply.github.com>
1 parent ebbed5d commit fe33cb6

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export default defineConfig({
134134
{ text: 'CI/CD', link: '/docs/integrations/cicd/' },
135135
{ text: 'Kubernetes - initContainer', link: '/docs/integrations/k8s-init-container/' },
136136
{ text: 'KServe', link: '/docs/integrations/kserve/' },
137+
{ text: 'ModelPack', link: '/docs/integrations/modelpack/' },
137138
]
138139
},
139140
{
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
description: Use KitOps to create CNCF ModelPack-compliant packages.
3+
keywords: modelpack, modelpack tools, oci ai packaging, ml model integration, ai model tools, machine learning pipelines, ml model serving, docker for ai models
4+
---
5+
# Using KitOps to Create ModelPacks
6+
7+
The Cloud Native Computing Foundation (CNCF) [ModelPack specification](https://github.com/modelpack/model-spec) is a vendor-neutral standard for packaging everything needed to share, deploy, and manage AI/ML projects for Kubernetes.
8+
9+
KitOps supports the ModelPack standard natively and transparently. To create a ModelPack artifact simply pack it with the modelpack flag:
10+
11+
```sh
12+
# Create a ModelPack OCI Artifact
13+
kit pack --use-model-pack
14+
```
15+
16+
Everything else you do with the ModelPack-compliant Artifact will be handled transparently by KitOps - simple!
17+
18+
**Questions or suggestions?** Drop an [issue in our GitHub repository](https://github.com/kitops-ml/kitops/issues) or join [our Discord server](https://discord.gg/Tapeh8agYy) to get support or share your feedback.

0 commit comments

Comments
 (0)