Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annotate doesn't support specifying ref #305

Closed
aguschin opened this issue Nov 29, 2022 · 0 comments · Fixed by #310
Closed

annotate doesn't support specifying ref #305

aguschin opened this issue Nov 29, 2022 · 0 comments · Fixed by #310
Assignees
Labels
bug Something isn't working p1-high High priority

Comments

@aguschin
Copy link
Contributor

aguschin commented Nov 29, 2022

related to #25

Right now, annotate on remote repo can create a commit on top of default branch only:

$ gto annotate classifier \
		--repo $REPO \
		--path model.pkl \
		--description "Simple text classification model"
		--type model```

There should be a way to annotate in non-default branches, e.g.

$ gto annotate classifier \
		--repo $REPO \
		--branch try-large-dataset
		--path model.pkl \
		--description "Simple text classification model"
		--type model

Question: should we support creating a new branch with annotation out of existing ones? E.g.

$ gto annotate classifier \
		--repo $REPO \
                --rev try-large-dataset
		--branch new-branch
		--path model.pkl \
		--description "Simple text classification model"
		--type model
@aguschin aguschin added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Nov 29, 2022
@aguschin aguschin self-assigned this Nov 30, 2022
@aguschin aguschin added the p1-high High priority label Nov 30, 2022
@aguschin aguschin moved this to Todo in MLEM + GTO Dec 5, 2022
Repository owner moved this from Todo to Done in MLEM + GTO Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p1-high High priority
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant