Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/models/qwen3_moe/test_modeling_qwen3_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down