This commit is contained in:
OlivierDehaene 2023-06-08 19:29:36 +02:00
parent b05ec96b0e
commit bf3bef9582

View File

@ -184,7 +184,6 @@ class TensorParallelHead(SuperLayer):
return world_out
return world_out.T
output = super().forward(input)
world_output = [
torch.empty_like(output) for _ in range(self.process_group.size())