You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Docker Model Runner doesn't include safeguards to prevent you from
448
-
launching models that exceed your system's available resources. Attempting to
449
-
run a model that is too large for the host machine may result in severe
450
-
slowdowns or may render the system temporarily unusable. This issue is
451
-
particularly common when running LLMs without sufficient GPU memory or system
452
-
RAM.
453
-
454
445
### No consistent digest support in Model CLI
455
446
456
447
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.
0 commit comments