runtime error

│ │ 2775 │ │ │ │ offload_index, │ │ 2776 │ │ │ │ error_msgs, │ │ ā± 2777 │ │ │ ) = cls._load_pretrained_model( │ │ 2778 │ │ │ │ model, │ │ 2779 │ │ │ │ state_dict, │ │ 2780 │ │ │ │ loaded_state_dict_keys, # XXX: rename? │ │ │ │ /home/user/.local/lib/python3.8/site-packages/transformers/modeling_utils.py │ │ :2871 in _load_pretrained_model │ │ │ │ 2868 │ │ │ ) │ │ 2869 │ │ │ is_safetensors = archive_file.endswith(".safetensors") │ │ 2870 │ │ │ if offload_folder is None and not is_safetensors: │ │ ā± 2871 │ │ │ │ raise ValueError( │ │ 2872 │ │ │ │ │ "The current `device_map` had weights offloaded t │ │ 2873 │ │ │ │ │ " for them. Alternatively, make sure you have `sa │ │ 2874 │ │ │ │ │ " offers the weights in this format." │ ╰──────────────────────────────────────────────────────────────────────────────╯ 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.

Container logs:

Fetching error logs...