Skip to content

Commit d8ee5a2

Browse files
authored
[TPU][Bugfix] disable phi-3 test (#20632)
Signed-off-by: Qiliang Cui <derrhein@gmail.com>
1 parent b9fca83 commit d8ee5a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v1/tpu/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def test_basic(
6767
assert "1024" in output or "0, 1" in output
6868

6969

70+
@pytest.mark.skip(reason="Temporarily disabled due to timeout")
7071
@pytest.mark.skipif(not current_platform.is_tpu(),
7172
reason="This is a basic test for TPU only")
7273
@pytest.mark.parametrize("max_tokens", [8])

0 commit comments

Comments
 (0)