runtime error
Exit code: 1. Reason: error raise head_call_error File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1546, in _get_metadata_or_catch_error metadata = get_hf_file_metadata( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1463, in get_hf_file_metadata r = _request_wrapper( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper response = _request_wrapper( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper hf_raise_for_status(response) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/richardprobe/opt-350-chris-adapter/resolve/main/adapter_config.json (Request ID: Root=1-68b50422-460be57f391d314a70b3db3a;109be7f6-1dd1-4fcb-80ed-20f5348a05a3) Invalid credentials in Authorization header The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 58, in <module> tokenizer, model = load_model_and_tokenizer() File "/home/user/app/app.py", line 20, in load_model_and_tokenizer peft_cfg = PeftConfig.from_pretrained(ADAPTER_REPO, token=HF_TOKEN) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/peft/config.py", line 204, in from_pretrained raise ValueError(f"Can't find '{CONFIG_NAME}' at '{pretrained_model_name_or_path}'") from exc ValueError: Can't find 'adapter_config.json' at 'richardprobe/opt-350-chris-adapter'
Container logs:
Fetching error logs...