Unverified Commit d8ee5a2c authored by QiliangCui's avatar QiliangCui Committed by GitHub
Browse files

[TPU][Bugfix] disable phi-3 test (#20632)


Signed-off-by: default avatarQiliang Cui <derrhein@gmail.com>
parent b9fca832
......@@ -67,6 +67,7 @@ def test_basic(
assert "1024" in output or "0, 1" in output
@pytest.mark.skip(reason="Temporarily disabled due to timeout")
@pytest.mark.skipif(not current_platform.is_tpu(),
reason="This is a basic test for TPU only")
@pytest.mark.parametrize("max_tokens", [8])
......
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