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.
1 parent b3242d7 commit 33f8a5cCopy full SHA for 33f8a5c
tests/collections/llm/gpt/data/test_core.py
@@ -36,7 +36,7 @@ def __init__(self):
36
self.bos_id = 1
37
self.space_sensitive = False
38
self.tokenizer = MagicMock()
39
- self.tokenizer.tokenizer.apply_chat_template = mock_llama_apply_chat_template
+ self.tokenizer.apply_chat_template = mock_llama_apply_chat_template
40
41
def text_to_ids(self, text):
42
# Simple mock implementation - converts each character to its ASCII value
0 commit comments