runtime error

Exit code: 1. Reason: e=self) httpx.HTTPStatusError: Client error '429 Too Many Requests' for url 'https://huggingface.co/api/whoami-v2' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 2156, in _inner_whoami hf_raise_for_status(r) ~~~~~~~~~~~~~~~~~~~^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 880, in hf_raise_for_status raise _format(HfHubHTTPError, message, response) from e huggingface_hub.errors.HfHubHTTPError: (Amz CF ID: aZJ3YLZvsfkdaTcQ20ylmbVtqt6_86lCcJVyN5LSBQBdjVvoNlbpxw==) 429 Too Many Requests for url: https://huggingface.co/api/whoami-v2. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 10, in <module> login(mi_token) ~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/_login.py", line 112, in login _login(token, add_to_git_credential=add_to_git_credential) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/_login.py", line 378, in _login token_info = whoami(token) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 2143, in whoami output = self._inner_whoami(token=token) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 2178, in _inner_whoami raise HfHubHTTPError(error_message, response=e.response) from e huggingface_hub.errors.HfHubHTTPError: You've hit the rate limit for the /whoami-v2 endpoint, which is intentionally strict for security reasons. If you're calling it often, consider caching the response with `whoami(..., cache=True)`.

Container logs:

Fetching error logs...