Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Add CLI command to list versions of a specific model #94

Closed
aguschin opened this issue Oct 25, 2021 · 2 comments
Closed

Add CLI command to list versions of a specific model #94

aguschin opened this issue Oct 25, 2021 · 2 comments
Labels
cli MLEM command-line interface git Working with Git in MLEM model registry Model registry functionality of MLEM p2-medium Medium priority
Milestone

Comments

@aguschin
Copy link
Contributor

aguschin commented Oct 25, 2021

It may work like this (TODO: create more realistic example):

$ mlem versions data/model
- main: 
    - 27f5bae    aguschin    Fixing issue with probabilities
    - 1de6e4f    mike0sv     Training on larger dataset #185
    - 0.1.1      aguschin    Release: bump repo from 0.1.0 to 0.1.1
- feature/update-model
    - 9ab3d12    mike0sv     Try different approach on embedding generation

DVC does the same, need to check how.

@aguschin aguschin added cli MLEM command-line interface model registry Model registry functionality of MLEM git Working with Git in MLEM labels Oct 25, 2021
@aguschin aguschin added this to the Beta release milestone Oct 25, 2021
@aguschin aguschin added the p2-medium Medium priority label Nov 23, 2021
@aguschin
Copy link
Contributor Author

A note: this works in GTO: gto show mymodel. Not sure we need this in MLEM, although this looks cool IMO.

@mike0sv
Copy link
Contributor

mike0sv commented Sep 1, 2022

If we can do this only with mlem model being registered in gto, then we don't need this in mlem since user can do this with gto already.
Do we also want to allow users to do this without gto stuff?

@aguschin aguschin closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cli MLEM command-line interface git Working with Git in MLEM model registry Model registry functionality of MLEM p2-medium Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants