From 99ded1e1c4dc00baa77beae74602ebafe4921176 Mon Sep 17 00:00:00 2001 From: daquexian Date: Thu, 11 Jul 2024 01:05:26 +0100 Subject: [PATCH] [Doc] Remove comments incorrectly copied from another project (#6286) --- vllm/model_executor/layers/linear.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vllm/model_executor/layers/linear.py b/vllm/model_executor/layers/linear.py index 1dda5d37..7100fe14 100644 --- a/vllm/model_executor/layers/linear.py +++ b/vllm/model_executor/layers/linear.py @@ -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: