runtime error

Exit code: 1. Reason: config.json: 0%| | 0.00/726 [00:00<?, ?B/s] config.json: 100%|██████████| 726/726 [00:00<00:00, 1.51MB/s] Traceback (most recent call last): File "/app/app.py", line 9, in <module> model = AutoModelForCausalLM.from_pretrained( "Weblake/Lake-0.2", ...<3 lines>... ignore_mismatched_sizes=True ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 394, in from_pretrained return model_class.from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, *model_args, config=config, **hub_kwargs, **kwargs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 4153, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path=pretrained_model_name_or_path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<7 lines>... tqdm_class=tqdm_class, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 747, in _get_resolved_checkpoint_files raise OSError( ...<2 lines>... ) OSError: Weblake/Lake-0.2 does not appear to have a file named pytorch_model.bin or model.safetensors.

Container logs:

Fetching error logs...