"tests/vscode:/vscode.git/clone" did not exist on "dbb036cf612a3c9943254182af40597ec107be08"
Unverified Commit 58cde5c0 authored by Andreas Karatzas's avatar Andreas Karatzas Committed by GitHub
Browse files

[ROCm][CI] Skip trtllm kvfp8 dequant tests on ROCm (#37330)


Signed-off-by: default avatarAndreas Karatzas <akaratza@amd.com>
parent 761e0aa7
......@@ -12,6 +12,12 @@ import torch
from vllm.platforms import current_platform
if current_platform.is_rocm():
pytest.skip(
"trtllm kvfp8 dequant is not supported on ROCm.",
allow_module_level=True,
)
FP8_DTYPE = current_platform.fp8_dtype()
NUM_BLOCKS = 128
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment