runtime error
Exit code: 1. Reason: Downloading all files... Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 304, 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: 401 Client Error: Unauthorized for url: https://huggingface.co/DFofanov78/RKF-v3-gguf/resolve/main/unsloth.Q4_K_M.gguf The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 43, in <module> MODEL = load_model() File "/home/user/app/app.py", line 30, in load_model http_get(model_url, f) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 456, in http_get r = _request_wrapper( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 393, in _request_wrapper hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-688d146f-00754ed6129f75703d53e74b;67599fa6-0f62-4176-bab5-6e5648545907) Repository Not Found for url: https://huggingface.co/DFofanov78/RKF-v3-gguf/resolve/main/unsloth.Q4_K_M.gguf. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid username or password.
Container logs:
Fetching error logs...