Docker Model Runner
Go to file
Dorin Geman a3fb86a0bb Force a re-installation if EnableInferenceGPUVariant has changed
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2025-04-17 19:10:00 +02:00
pkg Force a re-installation if EnableInferenceGPUVariant has changed 2025-04-17 19:10:00 +02: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.