https://github.com/docker/model-spec
https://github.com/docker/model-spec
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docker/model-spec
- Owner: docker
- License: apache-2.0
- Created: 2025-03-19T12:52:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T14:47:08.000Z (10 months ago)
- Last Synced: 2025-04-06T17:51:37.673Z (9 months ago)
- Size: 10.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCI Model Artifact Specification
This repository contain a draft specification for packaging large language models as OCI artifacts.
The specification defines:
- Guidelines for packaging an LLM packaging as an OCI [image manifest](https://github.com/opencontainers/image-spec/blob/main/manifest.md) following the [artifact guideline](https://github.com/opencontainers/image-spec/blob/main/artifacts-guidance.md).
- Media types and packaging guidelines for the files that together comprise the artifact.
- The schema for a config JSON file that describes the model and it's files.
## Distribution
Artifacts adhering to this specification are distributable by any registry that supports the OCI [distribution specification](https://github.com/opencontainers/distribution-spec).
## Runtime
Models packaged according to this specification may be run by any model runtime that supports this specification. Please note that these artifacts are NOT intended to be run directly by a general-purpose container runtime.