mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 12:55:02 +08:00
[TPU][Bugfix] disable phi-3 test (#20632)
Signed-off-by: Qiliang Cui <derrhein@gmail.com>
This commit is contained in:
parent
b9fca83256
commit
d8ee5a2ca4
@ -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])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user