runtime error
Exit code: 3. Reason: tus(r) File "/usr/local/lib/python3.11/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: oRT57oZLNJX05JFSy6lug4HW_v3WgRJU8ikCXkxF2n_0ufW3YUyVWw==) 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 "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 638, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 241, in __aenter__ await self._router._startup() File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 4884, in _startup await handler() File "/app/app.py", line 66, in load_model login(token) File "/usr/local/lib/python3.11/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.11/site-packages/huggingface_hub/_login.py", line 378, in _login token_info = whoami(token) ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2273, in whoami output = self._inner_whoami(token=token) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2308, 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)`. ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...