429 Client Error: Too Many Requests for url
#11
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)
Can anyone tell what why im faceing this error?
Hi there!
This error usually indicates that you are hitting the rate limits imposed by the Hugging Face API. This usually happens when you make too many requests to the API in a short period of time.
You may need to reduce your request frequency or implement some Backoff strategies.
I hope this information is helpful,
Best,
Jingwei