-
Notifications
You must be signed in to change notification settings - Fork 591
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
[Bug] Filtering models by tags using ModelFilter
doesn't work
#1668
Comments
I shouldn't have closed my PR. @Wauplin, could you please reopen it? The problem here is that the |
Hi @martinbrose, thanks for investigating the bug and finding the cause! So this means the tags filter most probably never worked before 😬 I re-opened the PR you've created and will have a look at it soon. |
Yes, seems to have never worked. There also wasn't a test case for it. On the other hand, not many people seem to have complained about it. So maybe this functionality isn't really used anyway. |
I think this is the key take-away! I've created #1676 to definitely deprecate/remove those. We still need to find a way to do it without breaking too much stuff but it's definitely the direction we want to take. |
Originally reported by @thomwolf on Slack (private):
Model filtering by tags using
ModelFilter
doesn't work:A workaround is to use
list_models(author="HuggingFaceBR4", filter="tensorboard")
directly withoutModelFilter
. Would still be good to investigate.The text was updated successfully, but these errors were encountered: