runtime error
Exit code: 1. Reason: ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1591, in get_hf_file_metadata response = _httpx_follow_relative_redirects_with_backoff( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 692, in _httpx_follow_relative_redirects_with_backoff hf_raise_for_status(response) File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 835, in hf_raise_for_status raise _format(RepositoryNotFoundError, message, response, repo_type=repo_type, repo_id=repo_id) from e huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6a1eaadd-04cea720799c19a06d20557e;17aa760f-311e-452e-b4c4-b154b5b1f699) Repository Not Found for url: https://huggingface.co/FFZwai/qwen2.5-1.5b-analytics/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 and your token has the required permissions. 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 30, in <module> model = PeftModel.from_pretrained(base_model, MODEL_NAME) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/peft/peft_model.py", line 473, in from_pretrained config = PEFT_TYPE_TO_CONFIG_MAPPING[PeftConfig._get_peft_type(model_id, **hf_kwargs)].from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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 'FFZwai/qwen2.5-1.5b-analytics'
Container logs:
Fetching error logs...