Skip to content

Commit

Permalink
fix: yaml lint in llama3.2-quantized.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Kenfenheuer <maximilian.kenfenheuer@ksol.it>
  • Loading branch information
mKenfenheuer committed Jan 28, 2025
1 parent aff5f23 commit d745dbe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gallery/llama3.2-quantized.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config_file: |
<|start_header_id|>{{if eq .RoleName "assistant"}}assistant{{else if eq .RoleName "system"}}system{{else if eq .RoleName "tool"}}tool{{else if eq .RoleName "user"}}user{{end}}<|end_header_id|>
{{ if .FunctionCall -}}
{{ else if eq .RoleName "tool" -}}
The Function was executed and the response was:
The Function was executed and the response was:
{{ end -}}
{{ if .Content -}}
{{.Content -}}
Expand All @@ -35,8 +35,8 @@ config_file: |
{{.Input}}
function: |
<|start_header_id|>system<|end_header_id|>
You are an expert in composing functions. You are given a question and a set of possible functions.
Based on the question, you will need to make one or more function/tool calls to achieve the purpose.
You are an expert in composing functions. You are given a question and a set of possible functions.
Based on the question, you will need to make one or more function/tool calls to achieve the purpose.
If none of the functions can be used, point it out. If the given question lacks the parameters required by the function, also point it out. You should only return the function call in tools call sections.
If you decide to invoke any of the function(s), you MUST put it in the format as follows:
[func_name1(params_name1=params_value1,params_name2=params_value2,...),func_name2(params_name1=params_value1,params_name2=params_value2,...)]
Expand All @@ -53,4 +53,3 @@ config_file: |
- <dummy32000>
- "<|eot_id|>"
- <|end_of_text|>

0 comments on commit d745dbe

Please sign in to comment.