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.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,28 +48,28 @@ You can now use the `docker model` command in the CLI and view and interact with
48
48
49
49
1. Ensure you have installed [Docker Engine](/engine/install/).
50
50
2. DMR is available as a package. To install it, run:
51
-
51
+
52
52
{{< tabs >}}
53
53
{{< tab name="Ubuntu/Debian">}}
54
-
54
+
55
55
```console
56
56
$ sudo apt-get update
57
57
$ sudo apt-get install docker-model-plugin
58
58
```
59
-
59
+
60
60
{{< /tab >}}
61
61
{{< tab name="RPM-base distributions">}}
62
-
62
+
63
63
```console
64
64
$ sudo dnf update
65
65
$ sudo dnf install docker-model-plugin
66
66
```
67
-
67
+
68
68
{{< /tab >}}
69
69
{{< /tabs >}}
70
70
71
71
3. Test the installation:
72
-
72
+
73
73
```console
74
74
$ docker model version
75
75
```
@@ -137,7 +137,7 @@ You can also pull GGUF models directly from [Hugging Face](https://huggingface.c
137
137
$ docker model pull hf.co/<model-you-want-to-pull>
138
138
```
139
139
140
-
For example:
140
+
For example:
141
141
142
142
```console
143
143
$ docker model pull hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
@@ -265,7 +265,7 @@ If you want to try an existing GenAI application, follow these instructions.
265
265
266
266
4. Open you app in the browser at the addresses specified in the repository [README](https://github.com/docker/hello-genai).
267
267
268
-
You'll see the GenAI app's interface where you can start typing your prompts.
268
+
You'll see the GenAI app's interface where you can start typing your prompts.
269
269
270
270
You can now interact with your own GenAI app, powered by a local model. Try a few prompts and notice how fast the responses are — all running on your machine with Docker.
271
271
@@ -418,7 +418,7 @@ The Docker Model CLI currently lacks consistent support for specifying models by
418
418
419
419
## Share feedback
420
420
421
-
Thanks for trying out Docker Model Runner. Give feedback or report any bugs you may find through the **Give feedback** link next to the **Enable Docker Model Runner** setting.
421
+
Thanks for trying out Docker Model Runner. Give feedback or report any bugs you may find through the **Give feedback** link next to the **Enable Docker Model Runner** setting.
0 commit comments