MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / setUp

Method setUp

tests/buffer/formatter_test.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18class 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(

Callers

nothing calls this directly

Calls 1

get_model_pathFunction · 0.90

Tested by

no test coverage detected