Workflow for choosing a primary model revision on the hub

Say I have 4 revisions uploaded in a model repository and I want the second revision to be what shows up in the model card. What is the best workflow to do that ? Is there anything within the hub UI itself ?

I am familiar with the git workflow for typical software development so the things that come to mind are to revert the last 2 commits or apply changes on top of the most recent commit.

The primary branch is “main”, so anything you put in that branch in the latest commit will show up in the model card.

1 Like