From d61d8566ec30691645d91727ca7daced073e8f14 Mon Sep 17 00:00:00 2001 From: XuZhou <17717803682@163.com> Date: Fri, 5 Jun 2026 16:13:26 +0800 Subject: [PATCH] [Bugfix] Update mistral tokenizer test for continue_final_message fix (#44622) Signed-off-by: Xu Zhou Co-authored-by: Xu Zhou --- tests/tokenizers_/test_mistral.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tokenizers_/test_mistral.py b/tests/tokenizers_/test_mistral.py index 2023337e857..47abbd81289 100644 --- a/tests/tokenizers_/test_mistral.py +++ b/tests/tokenizers_/test_mistral.py @@ -797,11 +797,11 @@ class TestMistralTokenizer: True, ( [1, 3, 23325, 2294, 1686, 4, 23325], - [1, 3, 22177, 4304, 2662, 4, 22177, 2], + [1, 3, 22177, 4304, 2662, 4, 22177], ), ( "[INST]▁Hello▁world▁![/INST]▁Hello", - ("[INST]Hello world ![/INST]Hello"), + "[INST]Hello world ![/INST]Hello", ), ), ],