Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
99ded1e1
Unverified
Commit
99ded1e1
authored
Jul 11, 2024
by
daquexian
Committed by
GitHub
Jul 10, 2024
Browse files
[Doc] Remove comments incorrectly copied from another project (#6286)
parent
997df46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/layers/linear.py
vllm/model_executor/layers/linear.py
+0
-1
No files found.
vllm/model_executor/layers/linear.py
View file @
99ded1e1
...
@@ -743,7 +743,6 @@ class RowParallelLinear(LinearBase):
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment