Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typos #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/llama3_2/prompts_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def usecases():
],
notes=textwrap.dedent(
"""
- The tool call format for the mdoel is the same whether your function calls are provided in the system or user message.
- The tool call format for the model is the same whether your function calls are provided in the system or user message.
- While builtin tool calls end with a <|eom_id|>, notice the <|eot_id|> for zero shot tool calls.
"""
),
Expand Down
2 changes: 1 addition & 1 deletion models/llama3_2/text_prompt_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ NO other text MUST be included.<|eot_id|><|start_header_id|>assistant<|end_heade

##### Notes

- The tool call format for the mdoel is the same whether your function calls are provided in the system or user message.
- The tool call format for the model is the same whether your function calls are provided in the system or user message.
- While builtin tool calls end with a <|eom_id|>, notice the <|eot_id|> for zero shot tool calls.


Expand Down