Skip to content

Commit 8a7eb78

Browse files
bmickleagorkem
authored andcommitted
fixed pack command syntax
Signed-off-by: Brad Micklea <[email protected]>
1 parent fe33cb6 commit 8a7eb78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/docs/integrations/modelpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ KitOps supports the ModelPack standard natively and transparently. To create a M
1010

1111
```sh
1212
# Create a ModelPack OCI Artifact
13-
kit pack --use-model-pack
13+
kit pack . --use-model-pack
1414
```
1515

1616
Everything else you do with the ModelPack-compliant Artifact will be handled transparently by KitOps - simple!

docs/src/docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It’s a format your tools can understand, your teams can trust, and your pipeli
1616

1717
## Why Use KitOps?
1818

19-
AI/ML models involve more than just codemodel weights, datasets, configuration, prompts, and documentation all need to be versioned and delivered reliably. Today most teams store each asset in a different repository disconnected from each other. This adds AuthZ mismatch risks, and makes it hard to trace the lineage from models to datasets used to tune them, and back to Jupyter Notebooks.
19+
AI/ML models are more than code. They include model weights, datasets, configuration files, prompts, and documentation. Most teams store these assets in separate, disconnected repositories. This creates security gaps and breaks traceability between models, training data, and source notebooks.
2020

2121
KitOps packages everything your model needs for development or production in a single versioned OCI Artifact that you store in your container registry.
2222

@@ -44,7 +44,7 @@ See how to [deploy ModelKits](../deploy.md)
4444

4545
The Kitfile is a YAML configuration that describes what goes into a KitOps ModelKit. It’s designed for clarity and security — making it easy to track what’s included, and to share AI/ML projects across environments and teams.
4646

47-
Prefer to use ModelPack? You can simply use `kit pack --use-model-pack` and KitOps will take care of everything else behind the scenes.
47+
Prefer to use ModelPack? You can simply use `kit pack . --use-model-pack` and KitOps will take care of everything else behind the scenes.
4848

4949
### 🖥️ Kit CLI: Create, Run, Automate
5050

0 commit comments

Comments
 (0)