Skip to content

Commit 5748352

Browse files
authored
Update expected values for one more test_speculative_generation after #40949 (#40967)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
1 parent 438343d commit 5748352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/qwen3_moe/test_modeling_qwen3_moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def test_model_15b_a2b_long_prompt_sdpa(self):
232232
@slow
233233
def test_speculative_generation(self):
234234
EXPECTED_TEXT_COMPLETION = (
235-
"To be or not to be: the role of the liver in the pathogenesis of obesity and type 2 diabetes.\nThe"
235+
"To be or not to be: a question of life and death\n\nThe question of life and death is a question that has"
236236
)
237237
prompt = "To be or not to"
238238
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-30B-A3B-Base", use_fast=False)

0 commit comments

Comments
 (0)