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
170e8ea9
Unverified
Commit
170e8ea9
authored
Aug 25, 2025
by
Jee Jee Li
Committed by
GitHub
Aug 24, 2025
Browse files
[Misc] Unified linear print info (#23516)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
a71e4765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/linear.py
vllm/model_executor/layers/linear.py
+1
-1
No files found.
vllm/model_executor/layers/linear.py
View file @
170e8ea9
...
...
@@ -1378,7 +1378,7 @@ class RowParallelLinear(LinearBase):
return
output
,
output_bias
def
extra_repr
(
self
)
->
str
:
s
=
f
"in
put
_features=
{
self
.
input_size_per_partition
}
"
s
=
f
"in_features=
{
self
.
input_size_per_partition
}
"
s
+=
f
", output_features=
{
self
.
output_size
}
"
s
+=
f
", bias=
{
self
.
bias
is
not
None
}
"
s
+=
f
", tp_size=
{
self
.
tp_size
}
"
...
...
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