[Doc] Remove comments incorrectly copied from another project (#6286)

This commit is contained in:
daquexian 2024-07-11 01:05:26 +01:00 committed by GitHub
parent 997df46a32
commit 99ded1e1c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -743,7 +743,6 @@ class RowParallelLinear(LinearBase):
param_data.copy_(loaded_weight)
def forward(self, input_):
# Set up backprop all-reduce.
if self.input_is_parallel:
input_parallel = input_
else: