429 Client Error: Too Many Requests for url

#123
by prasannaJK8 - opened

huggingface_hub.utils._errors.HfHubHTTPError: 429 Client Error: Too Many Requests for url: https://api-inference.huggingface.co/models/tiiuae/falcon-7b-instruct (Request ID: Nc-zAe2hM8_DtEntesXdZ)

Why i'm facing this issue?

Technology Innovation Institute org

Hi @prasannaJK8
Thanks for the issue, this happens sometimes when there are many requests to load the same model from the community. The only solution is to retry few moments later, or to manually clone the repo locally and load the model from the cloned repo:

git clone https://huggingface.co/tiiuae/falcon-7b-instruct

Sign up or log in to comment