Skip to content

Commit 33f8a5c

Browse files
committed
too nested for core test
1 parent b3242d7 commit 33f8a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/collections/llm/gpt/data/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self):
3636
self.bos_id = 1
3737
self.space_sensitive = False
3838
self.tokenizer = MagicMock()
39-
self.tokenizer.tokenizer.apply_chat_template = mock_llama_apply_chat_template
39+
self.tokenizer.apply_chat_template = mock_llama_apply_chat_template
4040

4141
def text_to_ids(self, text):
4242
# Simple mock implementation - converts each character to its ASCII value

0 commit comments

Comments
 (0)