You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pacha://model-name:version # Explicit version
pacha://model-name:latest # Latest version
pacha://model-name@sha256:abc123 # Content-addressed
pacha://model-name:production # Stage alias
pacha push model.gguf --name my-model --version 1.0.0
pacha pull pacha://my-model:latest
pacha list [--remote]
pacha promote my-model:1.0.0 --stage production
pacha verify pacha://my-model:production
Summary
Add remote registry support and Realizar integration for unified model serving.
Spec:
../realizar/docs/specifications/local-global-slm-apr-llm-single-story-spec.mdDeliverables
Registry Backends
s3://bucket/prefix)gs://bucket/prefix)URI Scheme
API Extensions
CLI Commands
Model Lifecycle States
Dependencies
Toyota Way Alignment