Skip to content

Feat/support checkpoint from model registry#186

Merged
dnerini merged 7 commits into
mainfrom
feat/support-checkpoint-from-model-registry
Jun 18, 2026
Merged

Feat/support checkpoint from model registry#186
dnerini merged 7 commits into
mainfrom
feat/support-checkpoint-from-model-registry

Conversation

@lclanzi

@lclanzi lclanzi commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Support MLflow model registry URLs as checkpoint references, in addition to run-based URLs.

Previously supported (run-based):

checkpoint: https://service.meteoswiss.ch/mlstore#/experiments/42/runs/abc123...

Now also supported (model registry):

checkpoint: https://service.meteoswiss.ch/mlstore#/models/sruc-m-1-forecaster/versions/4

Additional notes

If the model version is not provided, e.g.
checkpoint: https://service.meteoswiss.ch/mlstore#/models/sruc-m-1-forecaster
the latest model version is used.

Moreover, when the checkpoint references a model in the model registry, the artifacts (i.e. inference-last.ckpt) is downloaded locally instead of being read from a local path.

@lclanzi lclanzi requested review from dnerini and frazane June 17, 2026 07:29

@dnerini dnerini left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work, thank you! I tested it (see new config) and worked out nicely :)

@dnerini dnerini merged commit eb94dac into main Jun 18, 2026
4 checks passed
@dnerini dnerini deleted the feat/support-checkpoint-from-model-registry branch June 18, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants