runtime error
Exit code: 1. Reason: _proj.lora_A.default.weight: copying a param with shape torch.Size([16, 2304]) from checkpoint, the shape in current model is torch.Size([16, 3584]). size mismatch for base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight: copying a param with shape torch.Size([1024, 16]) from checkpoint, the shape in current model is torch.Size([2048, 16]). size mismatch for base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight: copying a param with shape torch.Size([16, 2048]) from checkpoint, the shape in current model is torch.Size([16, 4096]). size mismatch for base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight: copying a param with shape torch.Size([2304, 16]) from checkpoint, the shape in current model is torch.Size([3584, 16]). size mismatch for base_model.model.model.layers.25.mlp.gate_proj.lora_A.default.weight: copying a param with shape torch.Size([16, 2304]) from checkpoint, the shape in current model is torch.Size([16, 3584]). size mismatch for base_model.model.model.layers.25.mlp.gate_proj.lora_B.default.weight: copying a param with shape torch.Size([9216, 16]) from checkpoint, the shape in current model is torch.Size([14336, 16]). size mismatch for base_model.model.model.layers.25.mlp.up_proj.lora_A.default.weight: copying a param with shape torch.Size([16, 2304]) from checkpoint, the shape in current model is torch.Size([16, 3584]). size mismatch for base_model.model.model.layers.25.mlp.up_proj.lora_B.default.weight: copying a param with shape torch.Size([9216, 16]) from checkpoint, the shape in current model is torch.Size([14336, 16]). size mismatch for base_model.model.model.layers.25.mlp.down_proj.lora_A.default.weight: copying a param with shape torch.Size([16, 9216]) from checkpoint, the shape in current model is torch.Size([16, 14336]). size mismatch for base_model.model.model.layers.25.mlp.down_proj.lora_B.default.weight: copying a param with shape torch.Size([2304, 16]) from checkpoint, the shape in current model is torch.Size([3584, 16]).
Container logs:
						Fetching error logs...