Skip to content

Commit 92759d1

Browse files
kiviewaevesdocker
andauthored
Apply suggestions from code review
Co-authored-by: Allie Sadler <[email protected]>
1 parent cdf9a07 commit 92759d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Use the [`docker model log` command](/reference/cli/docker/).
129129
{{< /tab >}}
130130
{{< /tabs >}}
131131

132-
## Publishing models
132+
## Publish a model
133133

134134
You can tag existing models with a new name and publish them under a different namespace and repository:
135135

@@ -141,10 +141,10 @@ $ docker model tag ai/smollm2 myorg/smollm2
141141
$ docker model push myorg/smollm2
142142
```
143143

144-
See the [`docker model tag`](/reference/cli/docker/model/tag) and [`docker model push`](/reference/cli/docker/model/push) command documentation for more details.
144+
For more details, see the [`docker model tag`](/reference/cli/docker/model/tag) and [`docker model push`](/reference/cli/docker/model/push) command documentation.
145145
Note: This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.
146146

147-
You can also directly package a model file in GGUF format as an OCI Artifact and publish it to Docker Hub
147+
You can also directly package a model file in GGUF format as an OCI Artifact and publish it to Docker Hub.
148148

149149
```console
150150
# Download a model file in GGUF format, e.g. from HuggingFace
@@ -154,7 +154,7 @@ $ curl -L -o model.gguf https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/res
154154
$ docker model package --gguf "$(pwd)/model.gguf" --push myorg/mistral-7b-v0.1:Q4_K_M
155155
```
156156

157-
See the [`docker model package`](/reference/cli/docker/model/package/) command documentation for more details.
157+
For more details, see the [`docker model package`](/reference/cli/docker/model/package/) command documentation.
158158

159159
## Example: Integrate Docker Model Runner into your software development lifecycle
160160

0 commit comments

Comments
 (0)