Unverified Commit f0e02380 authored by Zhong Qishuai's avatar Zhong Qishuai Committed by GitHub
Browse files

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

parent aaddce5d
...@@ -29,7 +29,8 @@ class Llama3JsonToolParser(ToolParser): ...@@ -29,7 +29,8 @@ class Llama3JsonToolParser(ToolParser):
Tool call parser for Llama 3.1 models intended for use with the Tool call parser for Llama 3.1 models intended for use with the
examples/tool_chat_template_llama.jinja template. 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): def __init__(self, tokenizer: PreTrainedTokenizerBase):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment