From e0be2c4d0905d8ffd08f014421d21678a358b01b Mon Sep 17 00:00:00 2001 From: QiliangCui Date: Thu, 24 Jul 2025 20:44:50 -0700 Subject: [PATCH] [TPU][Test] Temporarily suspend this MoE model in test_basic.py. (#21560) Signed-off-by: Qiliang Cui --- tests/v1/tpu/test_basic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/v1/tpu/test_basic.py b/tests/v1/tpu/test_basic.py index b9ee9d66a38f9..865b58bc7f4b0 100644 --- a/tests/v1/tpu/test_basic.py +++ b/tests/v1/tpu/test_basic.py @@ -18,7 +18,8 @@ if TYPE_CHECKING: MODELS = [ "Qwen/Qwen2.5-1.5B-Instruct", - "Qwen/Qwen1.5-MoE-A2.7B", + # TODO: Enable this model when fixed. + # "Qwen/Qwen1.5-MoE-A2.7B", # TODO: Enable this models with v6e # "Qwen/Qwen2-7B-Instruct", # "meta-llama/Llama-3.1-8B",