runtime error

Exit code: 1. Reason: ngface.co/api/models/wanderduck/northstar-navigator-gguf/xet-read-token/f7383da82d3be69c0fc8531a06f6a53b4e7e4ebf "HTTP/1.1 200 OK" INFO:__main__:Model downloaded to /home/user/.cache/huggingface/hub/models--wanderduck--northstar-navigator-gguf/snapshots/f7383da82d3be69c0fc8531a06f6a53b4e7e4ebf/model-q4_k_m.gguf INFO:llama_client:Loading GGUF model from /home/user/.cache/huggingface/hub/models--wanderduck--northstar-navigator-gguf/snapshots/f7383da82d3be69c0fc8531a06f6a53b4e7e4ebf/model-q4_k_m.gguf ... Traceback (most recent call last): File "/home/user/app/app.py", line 38, in <module> client = LlamaCppClient(model_path=model_path, n_ctx=2048) File "/home/user/app/llama_client.py", line 21, in __init__ self.llm = Llama( ~~~~~^ model_path=model_path, ^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... verbose=False, ^^^^^^^^^^^^^^ ) ^ File "/home/user/.local/lib/python3.13/site-packages/llama_cpp/llama.py", line 381, in __init__ internals.LlamaModel( ~~~~~~~~~~~~~~~~~~~~^ path_model=self.model_path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ params=self.model_params, ^^^^^^^^^^^^^^^^^^^^^^^^^ verbose=self.verbose, ^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/user/.local/lib/python3.13/site-packages/llama_cpp/_internals.py", line 59, in __init__ raise ValueError(f"Failed to load model from file: {path_model}") ValueError: Failed to load model from file: /home/user/.cache/huggingface/hub/models--wanderduck--northstar-navigator-gguf/snapshots/f7383da82d3be69c0fc8531a06f6a53b4e7e4ebf/model-q4_k_m.gguf Exception ignored in: <function LlamaModel.__del__ at 0x7f5957962ca0> Traceback (most recent call last): File "/home/user/.local/lib/python3.13/site-packages/llama_cpp/_internals.py", line 87, in __del__ self.close() File "/home/user/.local/lib/python3.13/site-packages/llama_cpp/_internals.py", line 79, in close if self.sampler is not None: AttributeError: 'LlamaModel' object has no attribute 'sampler'

Container logs:

Fetching error logs...