(self)
| 17 | |
| 18 | class TestFormatter(unittest.TestCase): |
| 19 | def setUp(self): |
| 20 | self.tokenizer = AutoTokenizer.from_pretrained(get_model_path()) |
| 21 | |
| 22 | def test_sft_messages_formatter(self): |
| 23 | config = FormatConfig( |
nothing calls this directly
no test coverage detected