Skip to content

Commit

Permalink
Tweak example
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Aug 1, 2024
1 parent a01553a commit 3a69a54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/python/tool_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def run_python(code: str) -> str:
model_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
arch=Architecture.Llama,
),
in_situ_quant="Q4K",
)

res = runner.send_chat_completion_request(
Expand Down
1 change: 0 additions & 1 deletion examples/python/tool_calling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
" model_id=\"lamm-mit/Bioinspired-Llama-3-1-8B-128k-gamma\",\n",
" arch=Architecture.Llama,\n",
" ),\n",
" in_situ_quant=\"Q4K\",\n",
")"
]
},
Expand Down

0 comments on commit 3a69a54

Please sign in to comment.