Unverified Commit e80e6339 authored by sihao_li's avatar sihao_li Committed by GitHub
Browse files

[XPU] Skip VLLM_BATCH_INVARIANT for XPU in EAGLE DP test (#39164)


Signed-off-by: default avatarsihao.li <sihao.li@intel.com>
Co-authored-by: default avatarKunshang Ji <kunshang.ji@intel.com>
parent 490f17d0
......@@ -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.
#
......
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