Docker Model Runner
Go to file
Emily Casey cac9d9dd8b Update pkg/inference/models/manager.go
Signed-off-by: Emily Casey <emily.casey@docker.com>

Co-authored-by: Jacob Howard <jacob.howard@docker.com>
2025-04-17 20:09:36 -04:00
pkg Update pkg/inference/models/manager.go 2025-04-17 20:09:36 -04:00
.gitignore Add .gitignore 2025-04-09 16:26:50 +03:00
LICENSE chore: add README.md and LICENSE in preparation for open sourcing 2025-04-14 10:44:26 -06:00
README.md chore: add README.md and LICENSE in preparation for open sourcing 2025-04-14 10:44:26 -06:00
go.mod Adds push endpoint 2025-04-17 20:08:50 -04:00
go.sum Adds push endpoint 2025-04-17 20:08:50 -04:00
main.go Initialize model distribution in model-runner (#8) 2025-04-10 17:34:56 +02:00

README.md

Model Runner

The backend library for the Docker Model Runner.

Overview

[!NOTE] This package is still under rapid development and its APIs should not be considered stable.

This package supports the Docker Model Runner in Docker Desktop (in conjunction with Model Distribution and the Model CLI). It includes a main.go that mimics its integration with Docker Desktop and allows the package to be run in a standalone mode.