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
43c57925
Unverified
Commit
43c57925
authored
Nov 27, 2025
by
Micah Williamson
Committed by
GitHub
Nov 27, 2025
Browse files
[ROCm][CI] Fix test_cpu_offloading for ROCm (#29548)
Signed-off-by:
Micah Williamson
<
micah.williamson@amd.com
>
parent
3ecabd06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/v1/kv_offload/test_cpu_offloading.py
tests/v1/kv_offload/test_cpu_offloading.py
+2
-0
No files found.
tests/v1/kv_offload/test_cpu_offloading.py
View file @
43c57925
...
...
@@ -20,6 +20,8 @@ ATTN_BACKENDS = ["FLASH_ATTN"]
if
current_platform
.
is_cuda
():
ATTN_BACKENDS
.
append
(
"FLASHINFER"
)
elif
current_platform
.
is_rocm
():
ATTN_BACKENDS
=
[
"TRITON_ATTN"
]
class
MockSubscriber
:
...
...
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