runtime error

Exit code: 1. Reason: bin: 2%|▏ | 62.9M/2.63G [00:02<01:53, 22.5MB/s] pytorch_model.bin: 24%|██▎ | 619M/2.63G [00:03<00:09, 221MB/s]  pytorch_model.bin: 49%|████▊ | 1.28G/2.63G [00:05<00:03, 364MB/s] pytorch_model.bin: 64%|██████▍ | 1.69G/2.63G [00:06<00:02, 346MB/s] pytorch_model.bin: 94%|█████████▍| 2.47G/2.63G [00:07<00:00, 475MB/s] pytorch_model.bin: 100%|█████████▉| 2.63G/2.63G [00:07<00:00, 342MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> model = AutoModelForCausalLM.from_pretrained(MODEL_NAME, torch_dtype=torch.float32, device_map="auto") File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4224, in from_pretrained ) = cls._load_pretrained_model( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4436, in _load_pretrained_model raise ValueError( ValueError: The current `device_map` had weights offloaded to the disk. Please provide an `offload_folder` for them. Alternatively, make sure you have `safetensors` installed if the model you are using offers the weights in this format. model.safetensors: 0%| | 0.00/2.63G [00:00<?, ?B/s] model.safetensors: 0%| | 10.5M/2.63G [00:02<09:38, 4.53MB/s] model.safetensors: 17%|█▋ | 440M/2.63G [00:03<00:14, 153MB/s]  model.safetensors: 31%|███▏ | 828M/2.63G [00:04<00:07, 231MB/s] model.safetensors: 50%|████▉ | 1.31G/2.63G [00:05<00:04, 308MB/s] model.safetensors: 64%|██████▍ | 1.68G/2.63G [00:07<00:03, 247MB/s] model.safetensors: 84%|████████▎ | 2.20G/2.63G [00:08<00:01, 316MB/s] model.safetensors: 100%|█████████▉| 2.63G/2.63G [00:09<00:00, 277MB/s]

Container logs:

Fetching error logs...