Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f0e02380
Unverified
Commit
f0e02380
authored
Nov 21, 2024
by
Zhong Qishuai
Committed by
GitHub
Nov 21, 2024
Browse files
[Doc] fix a small typo in docstring of llama_tool_parser (#10513)
parent
aaddce5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/entrypoints/openai/tool_parsers/llama_tool_parser.py
vllm/entrypoints/openai/tool_parsers/llama_tool_parser.py
+2
-1
No files found.
vllm/entrypoints/openai/tool_parsers/llama_tool_parser.py
View file @
f0e02380
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment