runtime error

Exit code: 1. Reason: /usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py:1212: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder as`local_dir`. For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder. warnings.warn( Downloading tamila (1).gguf from Crossberry/tamila... Model downloaded to: /app/model/tamila (1).gguf Loading model... Traceback (most recent call last): File "/app/app.py", line 27, in <module> llm = Llama( ^^^^^^ File "/usr/local/lib/python3.11/site-packages/llama_cpp/llama.py", line 381, in __init__ internals.LlamaModel( File "/usr/local/lib/python3.11/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: /app/model/tamila (1).gguf Exception ignored in: <function LlamaModel.__del__ at 0x7fe66a725b20> Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/llama_cpp/_internals.py", line 87, in __del__ self.close() File "/usr/local/lib/python3.11/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...