runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 403, 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 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: './gemma2b-anyres'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 52, in <module> tokenizer, model, image_processor, context_len = load_model(args) File "/home/user/app/ferretui/eval/model_UI.py", line 135, in load_model load_pretrained_model(model_path, args.model_base, model_name, use_safetensors=True) File "/home/user/app/ferretui/model/builder.py", line 109, in load_pretrained_model tokenizer = AutoTokenizer.from_pretrained(model_path) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 871, 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 703, in get_tokenizer_config resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 469, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: './gemma2b-anyres'. Please provide either the path to a local folder or the repo_id of a model on the Hub.

Container logs:

Fetching error logs...