diff --git a/tests/prompt_strategies/test_chat_templates.py b/tests/prompt_strategies/test_chat_templates.py index f5d9d6f54..21d6efd3a 100644 --- a/tests/prompt_strategies/test_chat_templates.py +++ b/tests/prompt_strategies/test_chat_templates.py @@ -159,7 +159,7 @@ class TestAssistantChatTemplateLlama3: -100, # user -100, -100, -100, # user eot -100, # assistant - 1781, 26966, 32007, # assistant eot + 16773, 26966, 32007, # assistant eot ] # fmt: on LOG.debug(f"Expected input_ids: {expected_input_ids}")