Building a GitOps ML Model Registry with DVC and GTO

A model registry is a tool to catalog ML models and theirs versions. Models from your data science projects can be discovered, tested, shared, deployed, and audited from there. Learn how to build a model registry in a DVC Git repo without involving any extra services, integrations and APIs.

Hai,
when I follow the steps in the blog but I got the following error. Ho can I fix it?

--> gto show --repo REPO

❌ Unexpected error: maximum recursion depth exceeded while calling a Python object
Please report it here running with '--traceback' flag: <https://github.com/iterative/gto/issues>

Hi @RaghavaAlajangi! Thank you for reporting!

I created an issue for this maximum recursion depth exceeded while calling a Python object · Issue #369 · iterative/gto · GitHub

Can you please run gto --traceback show --repo REPO and post the output there? Thanks!