runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 422, in cached_files hf_hub_download( ~~~~~~~~~~~~~~~^ path_or_repo_id, ^^^^^^^^^^^^^^^^ ...<10 lines>... tqdm_class=tqdm_class, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 84, in _inner_fn validate_repo_id(arg_value) ~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 138, in validate_repo_id raise HFValidationError( ...<3 lines>... ) huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars, '-', '_' or '.'. The name cannot start or end with '-' or '.' and the maximum length is 96: './flower-vit-classifier'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 10, in <module> vit_classifier = pipeline( "image-classification", model="./flower-vit-classifier" ) File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 660, in pipeline resolved_config_file = cached_file( pretrained_model_name_or_path, ...<5 lines>... **hub_kwargs, ) File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 278, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 473, in cached_files raise OSError(f"{e}") from e OSError: Repo id must use alphanumeric chars, '-', '_' or '.'. The name cannot start or end with '-' or '.' and the maximum length is 96: './flower-vit-classifier'.

Container logs:

Fetching error logs...