Dave Berenbaum
Dave Berenbaum
I haven't looked at how it impacts the code. From a high-level perspective, your use case sort violates the assumption that git should be the source of truth for changes...
May need to consider whether it's necessary to list the universe of labels somewhere or if it's fine to parse them as the set of all individual labels.
Great feedback @AlexandreKempf! Let's go with your suggestions here. @mattseddon and @julieg18 have been working on this functionality, and you could work with them on getting this implemented. @AlexandreKempf is...
Seems this still isn't working: https://github.com/iterative/example-get-started-experiments/actions/runs/6461193502/job/17540424484
I'm looking into at least creating and running a GitLab pipeline as a first step
For model registry scenarios, I think this becomes more important. Having gitlab and bitbucket deployment pipelines would be really nice to show how to use the model registry there, and...
> * Should DVC tracking be optional / disabled by default? E.g. if model weights are in Git-lfs? I can still see the model in the registry, but I don't...
> I don't know yet, at the end people might decide on their own also how exactly bring the artifact from a commit. Can we come up with a use...
> people might decide on their own also how exactly bring the artifact from a commit > Find a specific version of a model (by a tag) and fetch it...
There are two mechanisms we could use in dvc for this: 1. Use `dvc import-url --no-download`. This already exists and allows the user to still have the option to get/pull...