runtime error

Exit code: 1. Reason: ~~~~~~~~~~^ path_or_repo_id, ^^^^^^^^^^^^^^^^ ...<9 lines>... local_files_only=local_files_only, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ 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 135, 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: '/repository'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 16, in <module> feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained("/repository") File "/usr/local/lib/python3.13/site-packages/transformers/feature_extraction_utils.py", line 375, in from_pretrained feature_extractor_dict, kwargs = cls.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/feature_extraction_utils.py", line 473, in get_feature_extractor_dict resolved_processor_file = cached_file( pretrained_model_name_or_path, ...<9 lines>... _raise_exceptions_for_missing_entries=False, ) File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 276, 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 468, 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: '/repository'.

Container logs:

Fetching error logs...