We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_speculative_generation
1 parent 438343d commit 5748352Copy full SHA for 5748352
tests/models/qwen3_moe/test_modeling_qwen3_moe.py
@@ -232,7 +232,7 @@ def test_model_15b_a2b_long_prompt_sdpa(self):
232
@slow
233
def test_speculative_generation(self):
234
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"
+ "To be or not to be: a question of life and death\n\nThe question of life and death is a question that has"
236
)
237
prompt = "To be or not to"
238
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-30B-A3B-Base", use_fast=False)
0 commit comments