[XPU] Skip VLLM_BATCH_INVARIANT for XPU in EAGLE DP test (#39164)
Signed-off-by: sihao.li <sihao.li@intel.com> Co-authored-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
@@ -37,7 +37,7 @@ else:
|
||||
strict=False,
|
||||
)
|
||||
async def test_run_eagle_dp(monkeypatch: pytest.MonkeyPatch, attn_backend: str):
|
||||
if not current_platform.is_rocm():
|
||||
if not current_platform.is_rocm() and not current_platform.is_xpu():
|
||||
# This test checks that running a model with and without eagle
|
||||
# leads to identical tokens.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user