Docker Model Runner
Go to file
Dorin-Andrei Geman b02cdd9568
Merge pull request #21 from docker/ps-fix-auto-update
Fix llama-server auto update
2025-04-24 19:02:49 +03:00
pkg Fix llama-server auto update 2025-04-24 17:31:42 +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 Allow force deletion of multiply tagged models 2025-04-18 18:28:49 -04:00
go.sum Allow force deletion of multiply tagged models 2025-04-18 18:28:49 -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.