Skip to content

Commit

Permalink
add trust remote code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cppowboy committed Nov 1, 2024
1 parent 73c8658 commit bf700dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tool_use/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def ensure_system_prompt(messages: List[Dict[str, Any]],
"openbmb/MiniCPM3-4B",
"arguments": [
"--tool-call-parser", "minicpm", "--chat-template",
str(VLLM_PATH / "examples/tool_chat_template_minicpm3.jinja")
str(VLLM_PATH / "examples/tool_chat_template_minicpm3.jinja"),
"--trust_remote_code"
],
"supports_parallel":
False,
Expand Down

0 comments on commit bf700dc

Please sign in to comment.