-
Notifications
You must be signed in to change notification settings - Fork 277
Add tags to spaces #162
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
Add tags to spaces #162
Conversation
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good 😄 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the version of evaluate
is enough instead of pushing the full hash ?
That's what we do in datasets
right now
The script just adds the part of the See e.g. https://huggingface.co/spaces/evaluate-metric/sacrebleu/commits/main If the commit on main has a tag then it is just propagated and the same tag is added to the space. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok cool ! thanks :)
This extends the script that uploads the repository's modules to spaces to also propagate the
evaluate
repository tags. That way we can load modules from spaces with the same revision as we currently can from the repository. Note that this has no effect until we change the loading mechanism to load the canonical modules from spaces.