Skip to content

Commit a2b9f22

Browse files
authored
fix: wording (#22789)
1 parent f60a428 commit a2b9f22

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,16 @@ To fix this, create a symlink so Docker can detect it:
319319
$ ln -s /Applications/Docker.app/Contents/Resources/cli-plugins/docker-model ~/.docker/cli-plugins/docker-model
320320
```
321321
322-
Once linked, re-run the command.
322+
Once linked, rerun the command.
323323
324324
### No safeguard for running oversized models
325325
326-
Currently, Docker Model Runner doesn't include safeguards to prevent you from launching models that exceed their system's available resources. Attempting to run a model that is too large for the host machine may result in severe slowdowns or render the system temporarily unusable. This issue is particularly common when running LLMs models without sufficient GPU memory or system RAM.
326+
Currently, Docker Model Runner doesn't include safeguards to prevent you from
327+
launching models that exceed your system's available resources. Attempting to
328+
run a model that is too large for the host machine may result in severe
329+
slowdowns or may render the system temporarily unusable. This issue is
330+
particularly common when running LLMs without sufficient GPU memory or system
331+
RAM.
327332
328333
### No consistent digest support in Model CLI
329334

0 commit comments

Comments
 (0)