mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 11:00:01 +00:00
fix: add tool-calling example with tool response
This commit is contained in:
parent
c52ccc4bbd
commit
a2734d24e7
3 changed files with 233 additions and 156 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# the top-level of this source tree.
|
||||
|
||||
# Run this script:
|
||||
# torchrun --nproc_per_node=8 scripts/generate_prompt_format.py meta-llama/Llama-4-17B-Omni-Instruct-BF16-16E ~/.llama/checkpoints/Llama-4-17B-Omni-Instruct-BF16-16E/ llama_stack.models.llama.llama4.prompts llama_stack/models/llama/llama4/prompt_format.md
|
||||
# torchrun --nproc_per_node=8 scripts/generate_prompt_format.py meta-llama/Llama-4-Scout-17B-16E ~/.llama/checkpoints/Llama-4-Scout-17B-16E/ llama_stack.models.llama.llama4.prompts llama_stack/models/llama/llama4/prompt_format.md
|
||||
|
||||
|
||||
import importlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue