runtime error

Exit code: 1. Reason: on_name"], meta["llm_name"], meta["n_vis"], num_makes=len(meta["make2id"]), num_colors=len(meta["color2id"]), model2id_per_make=meta["model2id_per_make"], ) File "/app/app.py", line 34, in __init__ self.vision = SiglipVisionModel.from_pretrained(vision_name) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 4060, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path=pretrained_model_name_or_path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<6 lines>... transformers_explicit_filename=getattr(config, "transformers_weights", None), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 738, in _get_resolved_checkpoint_files checkpoint_files, sharded_metadata = get_checkpoint_shard_files( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<9 lines>... _commit_hash=commit_hash, ^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 874, in get_checkpoint_shard_files cached_filenames = cached_files( pretrained_model_name_or_path, ...<9 lines>... _commit_hash=_commit_hash, ) File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 524, in cached_files raise OSError( ...<2 lines>... ) OSError: google/siglip2-giant-opt-patch16-384 does not appear to have files named ('model-00001-of-00002.safetensors', 'model-00002-of-00002.safetensors'). Checkout 'https://huggingface.co/google/siglip2-giant-opt-patch16-384/tree/main' for available files.

Container logs:

Fetching error logs...