mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-26 07:04:29 +08:00
[CI][AMD] Match Main CI Behavior By Skipping test_eplb_spec_decode In AMD CI (#30006)
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
This commit is contained in:
parent
3f1b03739a
commit
5430e110c0
@ -6,6 +6,7 @@ import lm_eval
|
||||
import pytest
|
||||
|
||||
from tests.utils import large_gpu_mark
|
||||
from vllm.platforms import current_platform
|
||||
|
||||
|
||||
def get_model_args(
|
||||
@ -45,6 +46,12 @@ def get_model_args(
|
||||
return model_args
|
||||
|
||||
|
||||
pytestmark = pytest.mark.skipif(
|
||||
current_platform.is_rocm(),
|
||||
reason="EPLB with Spec Decode is a work in progress on ROCm.",
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"model_setup",
|
||||
[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user