Skip to content

Commit acaf9ec

Browse files
committed
feedback
1 parent 462529c commit acaf9ec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ aliases:
1919
## Key features
2020

2121
- [Pull and push models to and from Docker Hub](https://hub.docker.com/u/ai)
22-
- Run and interact with AI models directly from the command line or from Docker Desktop
22+
- Run and interact with AI models directly from the command line or from the Docker Desktop GUI
2323
- Manage local models and display logs
2424

2525
## How it works
@@ -45,9 +45,9 @@ Models are pulled from Docker Hub the first time they're used and stored locally
4545

4646
You can now use the `docker model` command in the CLI and view and interact with your local models in the **Models** tab in the Docker Desktop Dashboard.
4747

48-
## Install a model
48+
## Pull a model
4949

50-
Models are installed locally.
50+
Models are cached locally.
5151

5252
{{< tabs >}}
5353
{{< tab name="From Docker Desktop">}}
@@ -65,8 +65,6 @@ Use the [`docker model pull` command](/reference/cli/docker/).
6565

6666
## Run a model
6767

68-
Models are installed locally.
69-
7068
{{< tabs >}}
7169
{{< tab name="From Docker Desktop">}}
7270

0 commit comments

Comments
 (0)