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: content/manuals/ai/model-runner/_index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ aliases:
19
19
## Key features
20
20
21
21
-[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
23
23
- Manage local models and display logs
24
24
25
25
## How it works
@@ -45,9 +45,9 @@ Models are pulled from Docker Hub the first time they're used and stored locally
45
45
46
46
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.
47
47
48
-
## Install a model
48
+
## Pull a model
49
49
50
-
Models are installed locally.
50
+
Models are cached locally.
51
51
52
52
{{< tabs >}}
53
53
{{< tab name="From Docker Desktop">}}
@@ -65,8 +65,6 @@ Use the [`docker model pull` command](/reference/cli/docker/).
0 commit comments