diff --git a/tests/models/qwen3_moe/test_modeling_qwen3_moe.py b/tests/models/qwen3_moe/test_modeling_qwen3_moe.py index 7fd07e45e222..79c01f5af140 100644 --- a/tests/models/qwen3_moe/test_modeling_qwen3_moe.py +++ b/tests/models/qwen3_moe/test_modeling_qwen3_moe.py @@ -232,7 +232,7 @@ def test_model_15b_a2b_long_prompt_sdpa(self): @slow def test_speculative_generation(self): EXPECTED_TEXT_COMPLETION = ( - "To be or not to be: the role of the liver in the pathogenesis of obesity and type 2 diabetes.\nThe" + "To be or not to be: a question of life and death\n\nThe question of life and death is a question that has" ) prompt = "To be or not to" tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-30B-A3B-Base", use_fast=False)