Skip to content

Commit 799dba6

Browse files
committed
remove some known issues
1 parent e015e27 commit 799dba6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/manuals/desktop/features/model-runner.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -338,20 +338,10 @@ Once linked, re-run the command.
338338

339339
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.
340340

341-
### `model run` drops into chat even if pull fails
342-
343-
If a model image fails to pull successfully, for example due to network issues or lack of disk space, the `docker model run` command will still drop you into the chat interface, even though the model isn’t actually available. This can lead to confusion, as the chat will not function correctly without a running model.
344-
345-
You can manually retry the `docker model pull` command to ensure the image is available before running it again.
346-
347341
### No consistent digest support in Model CLI
348342

349343
The Docker Model CLI currently lacks consistent support for specifying models by image digest. As a temporary workaround, you should refer to models by name instead of digest.
350344

351-
### Misleading pull progress after failed initial attempt
352-
353-
In some cases, if an initial `docker model pull` fails partway through, a subsequent successful pull may misleadingly report “0 bytes” downloaded even though data is being fetched in the background. This can give the impression that nothing is happening, when in fact the model is being retrieved. Despite the incorrect progress output, the pull typically completes as expected.
354-
355345
## Share feedback
356346

357347
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

Comments
 (0)