From 89ae4a3ca90149e16c093cf268711d64d079a404 Mon Sep 17 00:00:00 2001 From: ArthurFlag Date: Thu, 5 Jun 2025 14:20:18 +0200 Subject: [PATCH] fix: wording --- content/manuals/ai/model-runner/_index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index 56dc11dcae8c..3cb5ee3b39b4 100644 --- a/content/manuals/ai/model-runner/_index.md +++ b/content/manuals/ai/model-runner/_index.md @@ -320,11 +320,16 @@ To fix this, create a symlink so Docker can detect it: $ ln -s /Applications/Docker.app/Contents/Resources/cli-plugins/docker-model ~/.docker/cli-plugins/docker-model ``` -Once linked, re-run the command. +Once linked, rerun the command. ### No safeguard for running oversized models -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. +Currently, Docker Model Runner doesn't include safeguards to prevent you from +launching models that exceed your system's available resources. Attempting to +run a model that is too large for the host machine may result in severe +slowdowns or may render the system temporarily unusable. This issue is +particularly common when running LLMs without sufficient GPU memory or system +RAM. ### No consistent digest support in Model CLI