docker model package

DescriptionPackage a GGUF file into a Docker model OCI artifact, with optional licenses, and pushes it to the specified registry
Usagedocker model package --gguf <path> [--license <path>...] --push TARGET

Experimental

This command is experimental.

Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.

Description

Package a GGUF file into a Docker model OCI artifact, with optional licenses, and pushes it to the specified registry

Options

OptionDefaultDescription
--ggufabsolute path to gguf file (required)
-l, --licenseabsolute path to a license file
--pushpush to registry (required)