mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 17:15:01 +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():
|
if current_platform.is_cuda():
|
||||||
ATTN_BACKENDS.append("FLASHINFER")
|
ATTN_BACKENDS.append("FLASHINFER")
|
||||||
|
elif current_platform.is_rocm():
|
||||||
|
ATTN_BACKENDS = ["TRITON_ATTN"]
|
||||||
|
|
||||||
|
|
||||||
class MockSubscriber:
|
class MockSubscriber:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user