runtime error
Exit code: 1. Reason: s: 100%|██████████| 201/201 [00:01<00:00, 129.75it/s, Materializing param=model.norm.weight] [A Loading weights: 100%|██████████| 201/201 [00:01<00:00, 129.75it/s, Materializing param=model.norm.weight][A Loading weights: 100%|██████████| 201/201 [00:01<00:00, 135.40it/s, Materializing param=model.norm.weight] generation_config.json: 0%| | 0.00/124 [00:00<?, ?B/s][A generation_config.json: 100%|██████████| 124/124 [00:00<00:00, 540kB/s] Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/peft/config.py", line 317, in _get_peft_type config_file = hf_hub_download( model_id, CONFIG_NAME, **hf_hub_download_kwargs, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 85, in _inner_fn validate_repo_id(arg_value) ~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 129, in validate_repo_id raise HFValidationError( ...<2 lines>... ) huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'Kerie1/Kerie1/mamacareai'. Use `repo_type` argument if needed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 11, in <module> model = PeftModel.from_pretrained(base, REPO) 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 'Kerie1/Kerie1/mamacareai'
Container logs:
Fetching error logs...