Description
Manage model weights for a registered model release. Subcommands:upload [<model>:<release>] [<path>]: Upload weight files (single file or bundle).list [<model>:<release>]: List uploaded artifacts for a release.show [<model>:<release>]: Show the bundle manifest summary.
<model>:<release> is omitted, the
identity is read from the nearest enclosing reactor.yaml’s model.name
and model.version (walking up from the current directory, stopping at
the repository root). upload additionally defaults its <path> to
runtime.weights_path from the same file (else ./weights/).
Examples:
Global options
See also
- reactor - The CLI for the Reactor platform
- reactor weights list - List uploaded artifacts for a model release
- reactor weights show - Show the bundle manifest summary for a model release
- reactor weights upload - Upload model weights to the Reactor platform