Docker Model Runner
Go to file
Emily Casey 739247ee02
Revert "Add endpoint for tagging a model"
2025-04-17 16:42:02 -04:00
pkg Revert "Add endpoint for tagging a model" 2025-04-17 16:42:02 -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 chore: code review suggestions and go mod tidy 2025-04-17 13:59:32 -06:00
go.sum chore: code review suggestions and go mod tidy 2025-04-17 13:59:32 -06: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.