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
5f77ef15
Unverified
Commit
5f77ef15
authored
Mar 11, 2026
by
Matthew Bonanni
Committed by
GitHub
Mar 10, 2026
Browse files
[Misc][Attention] Clean up unused method in `CPU_ATTN` (#36673)
Signed-off-by:
Matthew Bonanni
<
mbonanni@redhat.com
>
parent
7d6abdd0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
vllm/v1/attention/backends/cpu_attn.py
vllm/v1/attention/backends/cpu_attn.py
+0
-4
No files found.
vllm/v1/attention/backends/cpu_attn.py
View file @
5f77ef15
...
@@ -36,10 +36,6 @@ class CPUAttentionBackend(AttentionBackend):
...
@@ -36,10 +36,6 @@ class CPUAttentionBackend(AttentionBackend):
torch
.
float32
,
torch
.
float32
,
]
]
@
classmethod
def
get_supported_dtypes
(
cls
)
->
list
[
torch
.
dtype
]:
return
[
torch
.
float16
,
torch
.
bfloat16
,
torch
.
float32
]
@
classmethod
@
classmethod
def
get_supported_head_sizes
(
cls
)
->
list
[
int
]:
def
get_supported_head_sizes
(
cls
)
->
list
[
int
]:
return
[
32
,
64
,
80
,
96
,
112
,
128
,
160
,
192
,
224
,
256
]
return
[
32
,
64
,
80
,
96
,
112
,
128
,
160
,
192
,
224
,
256
]
...
...
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