mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 06:35:00 +08:00
[ROCm][CI] Fix test_cpu_offloading for ROCm (#29548)
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
This commit is contained in:
parent
3ecabd06ee
commit
43c5792592
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user