Skip to main content

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.
Workspace-aware: when <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