mirror of https://github.com/docker/docs.git
fix: wording (#22789)
This commit is contained in:
parent
f60a4283a7
commit
a2b9f22e33
|
|
@ -319,11 +319,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue