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
d86fc23b
Unverified
Commit
d86fc23b
authored
Jan 15, 2026
by
Li Wang
Committed by
GitHub
Jan 15, 2026
Browse files
[Misc] Remove redundant line (#32366)
Signed-off-by:
wangli
<
wangli858794774@gmail.com
>
parent
375e5984
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/attention/layer.py
vllm/attention/layer.py
+0
-1
No files found.
vllm/attention/layer.py
View file @
d86fc23b
...
...
@@ -363,7 +363,6 @@ class Attention(nn.Module, AttentionLayerBase):
output_shape
=
torch
.
Size
(
(
num_tokens
,
self
.
num_heads
*
self
.
head_size_v
)
)
output_shape
=
output_shape
if
output_shape
is
not
None
else
query
.
shape
output
=
torch
.
empty
(
output_shape
,
dtype
=
output_dtype
,
device
=
query
.
device
)
hidden_size
=
output_shape
[
-
1
]
# Reshape the query, key, and value tensors.
...
...
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