runtime error

Exit code: 1. Reason: pytorch_model.bin: 21%|██ | 568M/2.69G [00:04<00:12, 174MB/s]  pytorch_model.bin: 30%|███ | 815M/2.69G [00:05<00:09, 189MB/s] pytorch_model.bin: 55%|█████▌ | 1.49G/2.69G [00:06<00:03, 333MB/s] pytorch_model.bin: 90%|█████████ | 2.42G/2.69G [00:07<00:00, 513MB/s] pytorch_model.bin: 100%|██████████| 2.69G/2.69G [00:07<00:00, 340MB/s] model.safetensors: 0%| | 0.00/2.69G [00:00<?, ?B/s] model.safetensors: 6%|▌ | 167M/2.69G [00:01<00:18, 136MB/s]Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> model = AutoModelForCausalLM.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 600, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 315, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 5001, in from_pretrained ) = cls._load_pretrained_model( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 5360, 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: 19%|█▉ | 510M/2.69G [00:02<00:10, 200MB/s] model.safetensors: 31%|███ | 838M/2.69G [00:03<00:07, 241MB/s] model.safetensors: 40%|████ | 1.08G/2.69G [00:05<00:07, 212MB/s] model.safetensors: 65%|██████▌ | 1.75G/2.69G [00:06<00:02, 347MB/s] model.safetensors: 98%|█████████▊| 2.63G/2.69G [00:07<00:00, 487MB/s] model.safetensors: 100%|██████████| 2.69G/2.69G [00:07<00:00, 367MB/s]

Container logs:

Fetching error logs...