Skip to content

Commit 1c562ce

Browse files
committed
trim
1 parent 7529175 commit 1c562ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/manuals/ai/model-runner.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,28 @@ You can now use the `docker model` command in the CLI and view and interact with
4848

4949
1. Ensure you have installed [Docker Engine](/engine/install/).
5050
2. DMR is available as a package. To install it, run:
51-
51+
5252
{{< tabs >}}
5353
{{< tab name="Ubuntu/Debian">}}
54-
54+
5555
```console
5656
$ sudo apt-get update
5757
$ sudo apt-get install docker-model-plugin
5858
```
59-
59+
6060
{{< /tab >}}
6161
{{< tab name="RPM-base distributions">}}
62-
62+
6363
```console
6464
$ sudo dnf update
6565
$ sudo dnf install docker-model-plugin
6666
```
67-
67+
6868
{{< /tab >}}
6969
{{< /tabs >}}
7070

7171
3. Test the installation:
72-
72+
7373
```console
7474
$ docker model version
7575
```
@@ -137,7 +137,7 @@ You can also pull GGUF models directly from [Hugging Face](https://huggingface.c
137137
$ docker model pull hf.co/<model-you-want-to-pull>
138138
```
139139

140-
For example:
140+
For example:
141141

142142
```console
143143
$ 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.
265265

266266
4. Open you app in the browser at the addresses specified in the repository [README](https://github.com/docker/hello-genai).
267267

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.
269269

270270
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.
271271

@@ -418,7 +418,7 @@ The Docker Model CLI currently lacks consistent support for specifying models by
418418

419419
## Share feedback
420420

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.
422422

423423
## Disable the feature
424424

0 commit comments

Comments
 (0)