Skip to main content
Add versions to this Registered Model
Collect the best candidate models and use aliases to track a model on its journey to production.
Quickstart
  1. On the top right of this page, click to create a Registered Model.
  2. In your script, log a model as an artifact version.

    Code Snippet
    art = wandb.Artifact("my-object-detector", type="model") art.add_file("saved_model_weights.pt") wandb.log_artifact(art)
  3. From the Artifact page, link the artifact version to the registry.
Try it yourself
Watch this 1-minute video and follow along with this notebook →