runtime error
Exit code: 1. Reason: llama-3.2-3b-instruct.Q4_K_M.gguf: 0%| | 0.00/2.02G [00:00<?, ?B/s][A llama-3.2-3b-instruct.Q4_K_M.gguf: 4%|▍ | 82.4M/2.02G [00:02<00:55, 34.7MB/s][A llama-3.2-3b-instruct.Q4_K_M.gguf: 50%|████▉ | 1.00G/2.02G [00:04<00:03, 266MB/s] [A llama-3.2-3b-instruct.Q4_K_M.gguf: 90%|████████▉ | 1.81G/2.02G [00:05<00:00, 390MB/s][A llama-3.2-3b-instruct.Q4_K_M.gguf: 100%|██████████| 2.02G/2.02G [00:05<00:00, 355MB/s] Traceback (most recent call last): File "/app/app.py", line 10, in <module> llm = AutoModelForCausalLM.from_pretrained( model_path, ...<4 lines>... local_files_only=True ) File "/usr/local/lib/python3.13/site-packages/ctransformers/hub.py", line 175, in from_pretrained llm = LLM( model_path=model_path, ...<2 lines>... lib=lib, ) File "/usr/local/lib/python3.13/site-packages/ctransformers/llm.py", line 253, in __init__ raise RuntimeError( f"Failed to create LLM '{model_type}' from '{model_path}'." ) RuntimeError: Failed to create LLM 'llama' from '/root/.cache/huggingface/hub/models--RavikxxBGamin--MinecraftAI/snapshots/2cf86aa7f2e0846af3e9eb0af85c42622144cc31/llama-3.2-3b-instruct.Q4_K_M.gguf'.
Container logs:
Fetching error logs...