runtime error
Exit code: 3. Reason: in __aenter__ await self._router.startup() File "/home/user/.local/lib/python3.10/site-packages/starlette/routing.py", line 669, in startup await handler() File "/app/app.py", line 65, in startup_event raise e File "/app/app.py", line 61, in startup_event generator = load_csm_1b(device=device) File "/app/generator.py", line 167, in load_csm_1b model = Model.from_pretrained("sesame/csm-1b") File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 553, in from_pretrained instance = cls._from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 781, in _from_pretrained model_file = hf_hub_download( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/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.10/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.10/site-packages/huggingface_hub/file_download.py", line 1543, in _download_to_tmp_and_move http_get( File "/home/user/.local/lib/python3.10/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.10/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(5499128848 bytes read, 712057936 more expected)', IncompleteRead(5499128848 bytes read, 712057936 more expected)) ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...