runtime error

Exit code: 1. Reason: 97G/3.97G [00:13<00:00, 295MB/s] model-00002-of-00002.safetensors: 0%| | 0.00/2.20G [00:00<?, ?B/s] model-00002-of-00002.safetensors: 4%|▍ | 96.4M/2.20G [00:01<00:24, 84.4MB/s] model-00002-of-00002.safetensors: 13%|β–ˆβ–Ž | 297M/2.20G [00:02<00:12, 147MB/s]  model-00002-of-00002.safetensors: 21%|β–ˆβ–ˆ | 460M/2.20G [00:03<00:12, 135MB/s] model-00002-of-00002.safetensors: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1.11G/2.20G [00:04<00:03, 310MB/s] model-00002-of-00002.safetensors: 85%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.87G/2.20G [00:05<00:00, 457MB/s] model-00002-of-00002.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.20G/2.20G [00:06<00:00, 364MB/s] Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s] Loading checkpoint shards: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 40721.40it/s] generation_config.json: 0%| | 0.00/242 [00:00<?, ?B/s] generation_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 242/242 [00:00<00:00, 1.31MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 764, in <module> load_chat_model(chat_model_name_list[0]) File "/home/user/app/app.py", line 757, 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 604, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 288, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 5276, 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...