runtime error
Exit code: 1. Reason: lib._bootstrap>", line 228, in _call_with_frames_removed File "/app/app.py", line 19, in <module> model = AutoModelForVision2Seq.from_pretrained(MODEL_NAME, torch_dtype=torch.float16, low_cpu_mem_usage=True).to(device) # Use float16 with low CPU memory usage File "/home/user/.local/lib/python3.9/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.9/site-packages/transformers/modeling_utils.py", line 3944, in from_pretrained resolved_archive_file, sharded_metadata = get_checkpoint_shard_files( File "/home/user/.local/lib/python3.9/site-packages/transformers/utils/hub.py", line 1098, in get_checkpoint_shard_files cached_filename = cached_file( File "/home/user/.local/lib/python3.9/site-packages/transformers/utils/hub.py", line 403, in cached_file resolved_file = hf_hub_download( File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 860, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 1009, in _hf_hub_download_to_cache_dir _download_to_tmp_and_move( File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 1543, in _download_to_tmp_and_move http_get( File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 452, in http_get for chunk in r.iter_content(chunk_size=constants.DOWNLOAD_CHUNK_SIZE): File "/home/user/.local/lib/python3.9/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(4155994811 bytes read, 810665133 more expected)', IncompleteRead(4155994811 bytes read, 810665133 more expected))
Container logs:
Fetching error logs...