Hello,
I have a model with many variants, and I am trying to have the download count correct. Basically, all my variants are in the same huggingface repo, saved in different revision branches. How can I have the number of download show the requests in all revisions ? I understand that the download count is based on the number of requests to the config file, however it seems that requests to the config files in revisions don’t get counted
Thanks a lot for your help.