runtime error

Exit code: 1. Reason: ile "/app/app.py", line 17, in <module> processor = AutoProcessor.from_pretrained(MODEL_NAME, trust_remote_code=True, token=True) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line 324, in from_pretrained processor_config_file = cached_file(pretrained_model_name_or_path, PROCESSOR_NAME, **cached_file_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 512, in cached_files raise e 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 89, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 956, in hf_hub_download hf_headers = build_hf_headers( token=token, ...<3 lines>... headers=headers, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_headers.py", line 110, in build_hf_headers token_to_send = get_token_to_send(token) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_headers.py", line 143, in get_token_to_send raise LocalTokenNotFoundError( ...<4 lines>... ) huggingface_hub.errors.LocalTokenNotFoundError: Token is required (`token=True`), but no token found. You need to provide a token or be logged in to Hugging Face with `hf auth login` or `huggingface_hub.login`. See https://huggingface.co/settings/tokens.

Container logs:

Fetching error logs...