Skip to content

Commit 89ae4a3

Browse files
committed
fix: wording
1 parent df41305 commit 89ae4a3

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
@@ -320,11 +320,16 @@ To fix this, create a symlink so Docker can detect it:
320320
$ ln -s /Applications/Docker.app/Contents/Resources/cli-plugins/docker-model ~/.docker/cli-plugins/docker-model
321321
```
322322
323-
Once linked, re-run the command.
323+
Once linked, rerun the command.
324324
325325
### No safeguard for running oversized models
326326
327-
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.
327+
Currently, Docker Model Runner doesn't include safeguards to prevent you from
328+
launching models that exceed your system's available resources. Attempting to
329+
run a model that is too large for the host machine may result in severe
330+
slowdowns or may render the system temporarily unusable. This issue is
331+
particularly common when running LLMs without sufficient GPU memory or system
332+
RAM.
328333
329334
### No consistent digest support in Model CLI
330335

0 commit comments

Comments
 (0)