runtime error

Exit code: 1. Reason: System: Booting Stable-Lite Brain... config.json: 0%| | 0.00/861 [00:00<?, ?B/s] config.json: 100%|██████████| 861/861 [00:00<00:00, 2.87MB/s] Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. tokenizer_config.json: 0%| | 0.00/3.76k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 3.76k/3.76k [00:00<00:00, 15.1MB/s] tokenizer.json: 0%| | 0.00/2.10M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 2.10M/2.10M [00:00<00:00, 35.1MB/s] special_tokens_map.json: 0%| | 0.00/655 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 655/655 [00:00<00:00, 1.67MB/s] `torch_dtype` is deprecated! Use `dtype` instead! Traceback (most recent call last): File "/app/app.py", line 11, in <module> model = AutoModelForCausalLM.from_pretrained( MODEL_ID, device_map="cpu", torch_dtype=torch.float32 ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 372, in from_pretrained return model_class.from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, *model_args, config=config, **hub_kwargs, **kwargs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 3979, in from_pretrained device_map = check_and_set_device_map(device_map) # warn, error and fix the device map File "/usr/local/lib/python3.13/site-packages/transformers/integrations/accelerate.py", line 98, in check_and_set_device_map raise ValueError( ...<2 lines>... ) ValueError: Using a `device_map`, `tp_plan`, `torch.device` context manager or setting `torch.set_default_device(device)` requires `accelerate`. You can install it with `pip install accelerate`

Container logs:

Fetching error logs...