mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 03:44:54 +00:00
black
This commit is contained in:
parent
b05ec96b0e
commit
bf3bef9582
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user