You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ The ModelPack specification is designed to integrate seamlessly with existing cl
27
27
28
28
This section lists the core infrastructure components that ModelPack is working with.
29
29
30
-
-**[OCI Registries](https://github.com/opencontainers/distribution-spec)**: Store model artifacts using the same proven infrastructure as container images. One example of such implementation of an OCI registry is **[Harbor](https://goharbor.io/)**, which provides enterprise-grade OCI registry service that can host model artifacts with security scanning, policy management, and RBAC.
31
-
- Model distribution service: Provide efficient model artifacts distribution. One example of such implementation is **[Dragonfly](https://d7y.io/)**, a P2P-based file distribution system at scale.
30
+
-**[OCI Registries](https://github.com/opencontainers/distribution-spec)**: Store model artifacts using the same proven infrastructure as container images. One example of such an implementation of an OCI registry is **[Harbor](https://goharbor.io/)**, which provides enterprise-grade OCI registry service that can host model artifacts with security scanning, policy management, and RBAC.
31
+
- Model distribution service: Provides efficient model artifacts distribution. One example of such an implementation is **[Dragonfly](https://d7y.io/)**, a P2P-based file distribution system at scale.
32
32
33
33
### Model Management Tools
34
34
@@ -62,7 +62,7 @@ This section lists the core infrastructure components that ModelPack is working
62
62
63
63
#### 1. Install modctl
64
64
65
-
Follow the instructions to install `modctl` from the [modctl GitHub repository](https://github.com/modelpack/modctl/blob/main/docs/getting-started.md#installation) to install the CLI tool.
65
+
Follow the instructions in the [modctl GitHub repository](https://github.com/modelpack/modctl/blob/main/docs/getting-started.md#installation) to install the CLI tool.
66
66
67
67
#### 2. Install Model CSI Driver
68
68
@@ -133,12 +133,12 @@ spec:
133
133
modelRef: "myregistry.com/mymodel:v1.0"
134
134
```
135
135
136
-
This example shows how to mount a model artifact directly into a Kubernetes pod using the model CSI driver. The contents of the model is available within the /model directory within the running pod.
136
+
This example shows how to mount a model artifact directly into a Kubernetes pod using the model CSI driver. The contents of the model are available within the /model directory within the running pod.
137
137
138
138
## Next Steps
139
139
140
140
1. **Explore the [full ModelPack specification](./spec.md)** for technical implementation details
141
-
2. **Try more options of the [modctl tool](https://github.com/modelpack/modctl)** for additional hands-on experience
141
+
2. **Try more options with the [modctl tool](https://github.com/modelpack/modctl)** for additional hands-on experience
142
142
3. **Join the community** on [CNCF Slack #modelpack](https://cloud-native.slack.com/archives/C07T0V480LF)
143
143
4. **Contribute** to the ModelPack project - see our [contributing guidelines](../CONTRIBUTING.md)
0 commit comments