[Doc] Remove comments incorrectly copied from another project (#6286)
This commit is contained in:
parent
997df46a32
commit
99ded1e1c4
@ -743,7 +743,6 @@ class RowParallelLinear(LinearBase):
|
|||||||
param_data.copy_(loaded_weight)
|
param_data.copy_(loaded_weight)
|
||||||
|
|
||||||
def forward(self, input_):
|
def forward(self, input_):
|
||||||
# Set up backprop all-reduce.
|
|
||||||
if self.input_is_parallel:
|
if self.input_is_parallel:
|
||||||
input_parallel = input_
|
input_parallel = input_
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user