runtime error
Exit code: 1. Reason: 1MB/s][A model-00001-of-00002.safetensors: 100%|ββββββββββ| 3.97G/3.97G [00:07<00:00, 528MB/s] model-00002-of-00002.safetensors: 0%| | 0.00/2.20G [00:00<?, ?B/s][A model-00002-of-00002.safetensors: 1%|β | 31.5M/2.20G [00:01<02:00, 18.0MB/s][A model-00002-of-00002.safetensors: 48%|βββββ | 1.06G/2.20G [00:02<00:02, 468MB/s] [A model-00002-of-00002.safetensors: 76%|ββββββββ | 1.67G/2.20G [00:03<00:01, 523MB/s][A model-00002-of-00002.safetensors: 100%|ββββββββββ| 2.20G/2.20G [00:04<00:00, 511MB/s] Sliding Window Attention is enabled but not implemented for `sdpa`; unexpected results may be encountered. Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s][A Loading checkpoint shards: 100%|ββββββββββ| 2/2 [00:00<00:00, 1159.45it/s] generation_config.json: 0%| | 0.00/242 [00:00<?, ?B/s][A generation_config.json: 100%|ββββββββββ| 242/242 [00:00<00:00, 2.22MB/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 573, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 272, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4533, in from_pretrained dispatch_model(model, **device_map_kwargs) File "/usr/local/lib/python3.10/site-packages/accelerate/big_modeling.py", line 501, 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...