Skip to content

Commit c521490

Browse files
authored
Merge pull request #140 from modelpack/fix-getting-started
docs: improve clarity and grammar in getting-started guide
2 parents e262ddc + 51d5c57 commit c521490

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The ModelPack specification is designed to integrate seamlessly with existing cl
2727

2828
This section lists the core infrastructure components that ModelPack is working with.
2929

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.
3232

3333
### Model Management Tools
3434

@@ -62,7 +62,7 @@ This section lists the core infrastructure components that ModelPack is working
6262

6363
#### 1. Install modctl
6464

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.
6666

6767
#### 2. Install Model CSI Driver
6868

@@ -133,12 +133,12 @@ spec:
133133
modelRef: "myregistry.com/mymodel:v1.0"
134134
```
135135
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.
137137
138138
## Next Steps
139139
140140
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
142142
3. **Join the community** on [CNCF Slack #modelpack](https://cloud-native.slack.com/archives/C07T0V480LF)
143143
4. **Contribute** to the ModelPack project - see our [contributing guidelines](../CONTRIBUTING.md)
144144

0 commit comments

Comments
 (0)