runtime error

Exit code: 1. Reason: ckages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1622, in get_hf_file_metadata response = _httpx_follow_relative_redirects( method="HEAD", url=url, headers=hf_headers, timeout=timeout, retry_on_errors=retry_on_errors ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 309, in _httpx_follow_relative_redirects hf_raise_for_status(response) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 710, in hf_raise_for_status raise _format(RepositoryNotFoundError, message, response) from e huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-698caca9-23f1e6d43f9f65563c52198b;2129e4e5-9fab-46a5-bfb4-7f1bda000e90) Repository Not Found for url: https://huggingface.co/username_kamu/Deeper-Logic-Phi2/resolve/main/adapter_config.json. 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. For more details, see https://huggingface.co/docs/huggingface_hub/authentication Invalid username or password. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 22, in <module> model = PeftModel.from_pretrained(model, adapter_model_id) File "/usr/local/lib/python3.13/site-packages/peft/peft_model.py", line 459, in from_pretrained config = PEFT_TYPE_TO_CONFIG_MAPPING[PeftConfig._get_peft_type(model_id, **hf_kwargs)].from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/peft/config.py", line 323, in _get_peft_type raise ValueError(f"Can't find '{CONFIG_NAME}' at '{model_id}'") ValueError: Can't find 'adapter_config.json' at 'username_kamu/Deeper-Logic-Phi2'

Container logs:

Fetching error logs...