remove TODO
This commit is contained in:
parent
2ab9cb96ed
commit
f6b2e1d8a7
1 changed files with 0 additions and 1 deletions
1
llama.h
1
llama.h
|
@ -708,7 +708,6 @@ extern "C" {
|
||||||
/// Apply chat template. Inspired by hf apply_chat_template() on python.
|
/// Apply chat template. Inspired by hf apply_chat_template() on python.
|
||||||
/// Both "model" and "custom_template" are optional, but at least one is required. "custom_template" has higher precedence than "model"
|
/// Both "model" and "custom_template" are optional, but at least one is required. "custom_template" has higher precedence than "model"
|
||||||
/// NOTE: This function only support some known jinja templates. It is not a jinja parser.
|
/// NOTE: This function only support some known jinja templates. It is not a jinja parser.
|
||||||
/// TODO: Add link to docs for this function so that developers can know the list of supported templates
|
|
||||||
/// @param tmpl A Jinja template to use for this chat. If this is nullptr, the model’s default chat template will be used instead.
|
/// @param tmpl A Jinja template to use for this chat. If this is nullptr, the model’s default chat template will be used instead.
|
||||||
/// @param chat Pointer to a list of multiple llama_chat_message
|
/// @param chat Pointer to a list of multiple llama_chat_message
|
||||||
/// @param n_msg Number of llama_chat_message in this chat
|
/// @param n_msg Number of llama_chat_message in this chat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue