runtime error
Exit code: 1. Reason: pper( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 285, in _request_wrapper response = _request_wrapper( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 309, in _request_wrapper hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 459, in hf_raise_for_status raise _format(RepositoryNotFoundError, message, response) from e huggingface_hub.errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6801fed8-586b79ab14ceac831ad3cced;f211fc0b-498b-4dd3-8a7d-d9973a9fb2ba) Repository Not Found for url: https://huggingface.co/your-username/your-chayenlm-repo-name/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 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 45, in <module> model = PeftModel.from_pretrained(base_model, adapter_id, token=hf_token) # ใช้ Token ด้วย File "/usr/local/lib/python3.10/site-packages/peft/peft_model.py", line 439, in from_pretrained PeftConfig._get_peft_type( File "/usr/local/lib/python3.10/site-packages/peft/config.py", line 266, in _get_peft_type raise ValueError(f"Can't find '{CONFIG_NAME}' at '{model_id}'") ValueError: Can't find 'adapter_config.json' at 'your-username/your-chayenlm-repo-name' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 53, in <module> raise gr.Error(f"โหลดโมเดลไม่สำเร็จ: {e}") gradio.exceptions.Error: "โหลดโมเดลไม่สำเร็จ: Can't find 'adapter_config.json' at 'your-username/your-chayenlm-repo-name'"
Container logs:
Fetching error logs...