Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions content/manuals/ai/model-runner/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@
{{< tab name="From Docker Desktop">}}

1. Select **Models** and select the **Docker Hub** tab.
2. Find the model of your choice and select **Pull**.
1. Find the model of your choice and select **Pull**.

![screencapture of the Docker Hub view](./images/dmr-catalog.png)

Check failure on line 109 in content/manuals/ai/model-runner/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'screencapture'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'screencapture'?", "location": {"path": "content/manuals/ai/model-runner/_index.md", "range": {"start": {"line": 109, "column": 3}}}, "severity": "ERROR"}

{{< /tab >}}
{{< tab name="From the Docker CLI">}}
Expand All @@ -119,8 +121,10 @@
{{< tabs group="release" >}}
{{< tab name="From Docker Desktop">}}

Select **Models** and select the **Local** tab and click the play button.
The interactive chat screen opens.
1. Select **Models** and select the **Local** tab
1. Click the play button. The interactive chat screen opens.

Check warning on line 125 in content/manuals/ai/model-runner/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'select' instead of 'Click' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'select' instead of 'Click'", "location": {"path": "content/manuals/ai/model-runner/_index.md", "range": {"start": {"line": 125, "column": 4}}}, "severity": "INFO"}

![screencapture of the Local view](./images/dmr-run.png)

Check failure on line 127 in content/manuals/ai/model-runner/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'screencapture'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'screencapture'?", "location": {"path": "content/manuals/ai/model-runner/_index.md", "range": {"start": {"line": 127, "column": 3}}}, "severity": "ERROR"}

{{< /tab >}}
{{< tab name="From the Docker CLI" >}}
Expand All @@ -139,6 +143,8 @@

Select **Models** and select the **Logs** tab.

![screencapture of the Models view](./images/dmr-logs.png)

Check failure on line 146 in content/manuals/ai/model-runner/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'screencapture'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'screencapture'?", "location": {"path": "content/manuals/ai/model-runner/_index.md", "range": {"start": {"line": 146, "column": 3}}}, "severity": "ERROR"}

{{< /tab >}}
{{< tab name="From the Docker CLI">}}

Expand All @@ -153,7 +159,7 @@
>
> This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.

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

Check failure on line 162 in content/manuals/ai/model-runner/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'namespaceand'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'namespaceand'?", "location": {"path": "content/manuals/ai/model-runner/_index.md", "range": {"start": {"line": 162, "column": 80}}}, "severity": "ERROR"}

```console
# Tag a pulled model under a new name
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.