maple.cmd.cli.pull.pull_policy

maple.cmd.cli.pull.pull_policy(name: str = <typer.models.ArgumentInfo object>, port: int = <typer.models.OptionInfo object>) None

Download a policy model.

Pulls a policy model from a remote repository or registry, making it available for serving and evaluation. The policy specification can include version information (e.g., ‘openvla:7b’).

Parameters:
  • name – Policy specification string (name or name:version).

  • port – Daemon port number.