runtime error

Exit code: 1. Reason: _cpu_mem_usage=low_cpu_mem_usage, state_dict=state_dict) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/peft/tuners/tuners_utils.py", line 913, in inject_adapter self._create_and_replace( ~~~~~~~~~~~~~~~~~~~~~~~~^ peft_config, adapter_name, target, target_name, parent, current_key=key ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/peft/tuners/lora/model.py", line 269, in _create_and_replace new_module = self._create_new_module(lora_config, adapter_name, target, device_map=device_map, **kwargs) File "/usr/local/lib/python3.13/site-packages/peft/tuners/lora/model.py", line 418, in _create_new_module new_module = dispatcher(target, adapter_name, config=lora_config, **kwargs) File "/usr/local/lib/python3.13/site-packages/peft/tuners/lora/layer.py", line 2501, in dispatch_default new_module = Linear(target, adapter_name, config=config, **kwargs) File "/usr/local/lib/python3.13/site-packages/peft/tuners/lora/layer.py", line 782, in __init__ LoraLayer.__init__(self, base_layer, **kwargs) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/peft/tuners/lora/layer.py", line 132, in __init__ in_features, out_features = self._get_in_out_features(base_layer) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/peft/tuners/lora/layer.py", line 137, in _get_in_out_features return _get_in_out_features(module) File "/usr/local/lib/python3.13/site-packages/peft/tuners/tuners_utils.py", line 173, in _get_in_out_features if _torch_supports_distributed and isinstance(module.weight, torch.distributed.tensor.DTensor): ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'torch.distributed' has no attribute 'tensor'

Container logs:

Fetching error logs...