runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 406, in hf_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/models/Robzy/lora_model_CodeData_120k/tree/main?recursive=True&expand=True The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> llm = Llama.from_pretrained( File "/usr/local/lib/python3.10/site-packages/llama_cpp/llama.py", line 2271, in from_pretrained for file in hffs.ls(repo_id, recursive=True) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_file_system.py", line 284, in ls out = self._ls_tree(path, refresh=refresh, revision=revision, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_file_system.py", line 375, in _ls_tree for path_info in tree: File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 3006, in list_repo_tree for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_pagination.py", line 37, in paginate hf_raise_for_status(r) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 477, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/models/Robzy/lora_model_CodeData_120k/tree/main?recursive=True&expand=True (Request ID: Root=1-67c72fad-5e8d9749448ff9101873b82b;c4794eeb-d459-4d88-a8d7-d1fe535ccc64) process spawn timed out after 10s
Container logs:
Fetching error logs...