runtime error
Exit code: 1. Reason: in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/home/user/app/finetuned-flan-t5'. Use `repo_type` argument if needed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> tokenizer = AutoTokenizer.from_pretrained(model_path) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 946, in from_pretrained tokenizer_config = get_tokenizer_config(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 778, in get_tokenizer_config resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 266, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 470, in cached_files resolved_files = [ File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 471, in <listcomp> _get_cache_file_to_return(path_or_repo_id, filename, cache_dir, revision) for filename in full_filenames File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 134, in _get_cache_file_to_return resolved_file = try_to_load_from_cache(path_or_repo_id, full_filename, cache_dir=cache_dir, revision=revision) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 106, in _inner_fn validate_repo_id(arg_value) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 154, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/home/user/app/finetuned-flan-t5'. Use `repo_type` argument if needed.
Container logs:
Fetching error logs...