runtime error

Exit code: 1. Reason: A model-00002-of-00002.safetensors: 14%|β–ˆβ– | 305M/2.20G [00:03<00:19, 99.6MB/s] model-00002-of-00002.safetensors: 22%|β–ˆβ–ˆβ– | 482M/2.20G [00:04<00:13, 126MB/s]  model-00002-of-00002.safetensors: 32%|β–ˆβ–ˆβ–ˆβ– | 714M/2.20G [00:05<00:09, 161MB/s] model-00002-of-00002.safetensors: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.09G/2.20G [00:06<00:04, 229MB/s] model-00002-of-00002.safetensors: 76%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 1.68G/2.20G [00:07<00:01, 327MB/s] model-00002-of-00002.safetensors: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 2.07G/2.20G [00:08<00:00, 336MB/s] model-00002-of-00002.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.20G/2.20G [00:09<00:00, 243MB/s] Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s] Loading checkpoint shards: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 19878.22it/s] generation_config.json: 0%| | 0.00/242 [00:00<?, ?B/s] generation_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 242/242 [00:00<00:00, 1.38MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 578, in <module> load_chat_model(chat_model_name_list[0]) File "/home/user/app/app.py", line 571, in load_chat_model chat_model_state = AutoModelForCausalLM.from_pretrained(chat_model_name, torch_dtype="auto", device_map="auto") 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 311, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4939, in from_pretrained dispatch_model(model, **device_map_kwargs) File "/usr/local/lib/python3.10/site-packages/accelerate/big_modeling.py", line 504, in dispatch_model raise ValueError( ValueError: You are trying to offload the whole model to the disk. Please use the `disk_offload` function instead.

Container logs:

Fetching error logs...