runtime error
Exit code: 1. Reason: torch.Size([1024, 1024]). size mismatch for model.decoder.layers.11.encoder_attn.out_proj.bias: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]). size mismatch for model.decoder.layers.11.encoder_attn_layer_norm.weight: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]). size mismatch for model.decoder.layers.11.encoder_attn_layer_norm.bias: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]). size mismatch for model.decoder.layers.11.fc1.weight: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([4096, 1024]). size mismatch for model.decoder.layers.11.fc1.bias: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([4096]). size mismatch for model.decoder.layers.11.fc2.weight: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024, 4096]). size mismatch for model.decoder.layers.11.fc2.bias: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]). size mismatch for model.decoder.layers.11.final_layer_norm.weight: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]). size mismatch for model.decoder.layers.11.final_layer_norm.bias: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]). size mismatch for model.decoder.layernorm_embedding.weight: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]). size mismatch for model.decoder.layernorm_embedding.bias: copying a param with shape torch.Size([50265, 1024]) from checkpoint, the shape in current model is torch.Size([1024]).
Container logs:
Fetching error logs...