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
Resolve merge conflicts and simplify README (#796)
Remove the detailed dmrlet documentation section that was added during
merge conflict resolution. This includes the feature comparison table,
extensive usage examples, supported backends list, and architecture
diagram. The README now contains only a brief introduction to dmrlet
with a minimal usage example to keep the documentation concise and
focused on the core docker-model-runner project.
Signed-off-by: Eric Curtin <eric.curtin@docker.com>
Copy file name to clipboardExpand all lines: README.md
+1-91Lines changed: 1 addition & 91 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,21 +402,10 @@ in the form of [a Helm chart and static YAML](charts/docker-model-runner/README.
402
402
If you are interested in a specific Kubernetes use-case, please start a
403
403
discussion on the issue tracker.
404
404
405
-
<<<<<<< Updated upstream
406
-
=======
407
405
## dmrlet: Container Orchestrator for AI Inference
408
406
409
407
dmrlet is a purpose-built container orchestrator for AI inference workloads. Unlike Kubernetes, it focuses exclusively on running stateless inference containers with zero configuration overhead. Multi-GPU mapping "just works" without YAML, device plugins, or node selectors.
0 commit comments