runtime error
Exit code: 1. Reason: ✨ Pembersihan selesai. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 402, in cached_file resolved_file = hf_hub_download( 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': './bert/deberta-v2-large-japanese-char-wwm'. Use `repo_type` argument if needed. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 108, in <module> from common.tts_model import ModelHolder File "/home/user/app/common/tts_model.py", line 10, in <module> from infer import get_net_g, infer File "/home/user/app/infer.py", line 8, in <module> from text.cleaner import clean_text File "/home/user/app/text/cleaner.py", line 1, in <module> from text import chinese, japanese, english, cleaned_text_to_sequence File "/home/user/app/text/japanese.py", line 498, in <module> tokenizer = AutoTokenizer.from_pretrained("./bert/deberta-v2-large-japanese-char-wwm") File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 834, 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 666, in get_tokenizer_config resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: './bert/deberta-v2-large-japanese-char-wwm'. Please provide either the path to a local folder or the repo_id of a model on the Hub.
Container logs:
Fetching error logs...