Hi !
I have trouble trying to experiment with mistralai/Mistral-Small-3.1-24B-Instruct-2503 because any attempt to use it in python code or downloading, either with git clone or huggingface hub CLI throws error codes 429.
I had the issue last thursday, friday, and this monday. I do not face the same issues with other models.
I’m really scrapping my head there so I would like a complete explanation about how and when does HF hub returns that code :
Here are a few questions that came to my mind trying to understand what is going on :
- Is the issue on MY side or could the repo itself for the model be rate limited ?
- Is the error code used ONLY for rate limits or also when trying to access gated repos without an access token for an account allowed on that model ?
- How many failed attempts (e.g. bad token configuration, attempts before getting correct access to a gated repo, etc. ) would trigger that error ?
- How long does it takes to revert ? Is there any way to check if its lifted without risking to delay it / get it renewed for another cycle ?
- Does it reset when switching from “anonymous” usage (for non gated repos) to using my access token for gated repos. (which would be either a rate limit on the IP or the account ?)
- I’m experimenting on a cloud VM, Could I be “poisoned” by rates limits being applied to another VM in the same host network ?
And Lastly… Is it possible that hugging face returns this code because some repos/models requires pro account or enterprise hub ?