mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-04 12:22:16 +08:00
[Doc] fix a small typo in docstring of llama_tool_parser (#10513)
This commit is contained in:
parent
aaddce5d26
commit
f0e0238016
@ -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):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user