docker model package
Description | Package a GGUF file into a Docker model OCI artifact, with optional licenses, and pushes it to the specified registry |
---|---|
Usage | docker model package --gguf <path> [--license <path>...] --push TARGET |
Expérimental
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
Option | Default | Description |
---|---|---|
--gguf
|
absolute path to gguf file (required) | |
-l, --license
|
absolute path to a license file | |
--push
|
push to registry (required) |