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
5d1aef30
Unverified
Commit
5d1aef30
authored
Feb 02, 2026
by
Matthew Bonanni
Committed by
GitHub
Feb 02, 2026
Browse files
[UX] Format attention backend log line (#33570)
Signed-off-by:
Matthew Bonanni
<
mbonanni@redhat.com
>
parent
ffe1fc7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/platforms/cuda.py
vllm/platforms/cuda.py
+2
-2
No files found.
vllm/platforms/cuda.py
View file @
5d1aef30
...
@@ -362,9 +362,9 @@ class CudaPlatformBase(Platform):
...
@@ -362,9 +362,9 @@ class CudaPlatformBase(Platform):
selected_index
=
sorted_indices
[
0
]
selected_index
=
sorted_indices
[
0
]
selected_backend
=
valid_backends_priorities
[
selected_index
][
0
]
selected_backend
=
valid_backends_priorities
[
selected_index
][
0
]
logger
.
info_once
(
logger
.
info_once
(
"Using %s attention backend out of potential backends: %s"
,
"Using %s attention backend out of potential backends: %s
.
"
,
selected_backend
.
name
,
selected_backend
.
name
,
tuple
(
b
[
0
].
name
for
b
in
valid_backends_priorities
),
"["
+
", "
.
join
(
f
"'
{
b
[
0
].
name
}
'"
for
b
in
valid_backends_priorities
)
+
"]"
,
scope
=
"local"
,
scope
=
"local"
,
)
)
...
...
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