↓ 2 callersFunction_check_single_template(
model_id: str, template_name: str, prompt_str: str, answer_str: str, extra_str: str, use_fast: bool
)
LLaMA-Factory/tests/data/test_template.py:50
↓ 2 callersFunction_encode_supervised_example(
prompt: Sequence[Dict[str, str]],
response: Sequence[Dict[str, str]],
system: Optional[str],
LLaMA-Factory/src/llamafactory/data/processors/supervised.py:34