[Doc] fix a small typo in docstring of llama_tool_parser (#10513)

This commit is contained in:
Zhong Qishuai 2024-11-21 17:05:23 +08:00 committed by GitHub
parent aaddce5d26
commit f0e0238016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,8 @@ class Llama3JsonToolParser(ToolParser):
Tool call parser for Llama 3.1 models intended for use with the
examples/tool_chat_template_llama.jinja template.
Used when --enable-auto-tool-choice --tool-call-parser mistral are all set
Used when --enable-auto-tool-choice --tool-call-parser llama3_json
are all set
"""
def __init__(self, tokenizer: PreTrainedTokenizerBase):