Docker Model Runner
Go to file
Emily Casey e607ddcc49
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 14:44:08 -04:00
pkg Update pkg/inference/models/manager.go 2025-04-17 14:44:08 -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 AIE-87 Returns 404 on ErrModelNotFound (#10) 2025-04-15 12:04:15 +02:00
go.sum AIE-87 Returns 404 on ErrModelNotFound (#10) 2025-04-15 12:04:15 +02: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.