Model Weights

Trained model checkpoints, one entry per model. Downloading an entry follows its latest link, which serves whatever the current weights are; every earlier state of that link is kept as a dated version, pinned to its checksum. Pick one with the selector; the load snippet opens it with weights_only=True.

download() warns when the index on the project's main branch has newer weights than your installed release, and download(refresh=True) fetches them; the check_updates config key turns that check off.