runtime error

Exit code: 3. Reason: INFO: Started server process [1] INFO: Waiting for application startup. ====================================================================== šŸš€ Gemma3 Email Formalization ====================================================================== šŸ“š Loading NLTK... āœ… NLTK ready šŸ“„ Downloading: Kush26/Gemma-tone-formalize/model.gguf āœ… Downloaded (768.7 MB) ⚔ Loading model... ERROR: Traceback (most recent call last): File "/home/user/.local/lib/python3.13/site-packages/starlette/routing.py", line 693, in lifespan async with self.lifespan_context(app) as maybe_state: ~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/local/lib/python3.13/contextlib.py", line 214, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/main.py", line 81, in lifespan ml_resources["llm"] = Llama( ~~~~~^ model_path=model_path, ^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... verbose=False, ^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/llama_cpp/llama.py", line 369, in __init__ internals.LlamaModel( ~~~~~~~~~~~~~~~~~~~~^ path_model=self.model_path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ params=self.model_params, ^^^^^^^^^^^^^^^^^^^^^^^^^ verbose=self.verbose, ^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/llama_cpp/_internals.py", line 56, in __init__ raise ValueError(f"Failed to load model from file: {path_model}") ValueError: Failed to load model from file: /home/user/.cache/huggingface/models--Kush26--Gemma-tone-formalize/snapshots/010f365e6ebc89ee4ea9d07e1cc1bd2fbae08633/model.gguf ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...