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
  • Loading branch information
daquexian authored and jimpang committed Jul 24, 2024
1 parent 7675e30 commit 0d9262e
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 0d9262e

Please sign in to comment.