Skip to content

Commit

Permalink
[Doc] Remove comments incorrectly copied from another project (vllm-p…
Browse files Browse the repository at this point in the history
…roject#6286)

(cherry picked from commit 99ded1e)
  • Loading branch information
daquexian authored and adityagoel14 committed Jul 11, 2024
1 parent bead0bc commit 3b3e79e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/model_executor/layers/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ def weight_loader(self, param: Parameter, loaded_weight: torch.Tensor):
param_data.copy_(loaded_weight)

def forward(self, input_):
# Set up backprop all-reduce.
if self.input_is_parallel:
input_parallel = input_
else:
Expand Down

0 comments on commit 3b3e79e

Please sign in to comment.