text-generation-inference/router/src/infer
Alvaro Bartolome 40dfce644a
Skip {% generation %} and {% endgeneration %} template handling (#3204)
* Add `.DS_Store` file to `.gitignore`

* Skip `{% generation %}` and `{% endgeneration %}`

Custom syntax within the chat template for the Phi4 Reasoning models
e.g. https://huggingface.co/microsoft/Phi-4-reasoning-plus, which is
AFAIK not handled natively yet, so skipping for now

* Update explanation on `{% generation %}` and `{% endgeneration %}` removal

* Revert "Add `.DS_Store` file to `.gitignore`"

This reverts commit d64d6d2f7f.
2025-05-01 12:13:17 +02:00
..
chat_template.rs Skip {% generation %} and {% endgeneration %} template handling (#3204) 2025-05-01 12:13:17 +02:00
mod.rs Fix tool call3 (#3086) 2025-03-12 09:22:53 +01:00
tool_grammar.rs Fix tool call4 (#3094) 2025-03-12 09:28:47 +01:00