We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e31ddb commit bcd2498Copy full SHA for bcd2498
examples/llm_finetune/gemma/functiongemma_xlam.yaml
@@ -16,6 +16,8 @@
16
# To run this recipe, please use the following command:
17
# torchrun --nproc-per-node=8 recipes/llm_finetune/finetune.py --config examples/llm_finetune/gemma/functiongemma_xlam.yaml
18
# Adjust --nproc-per-node to the number of GPUs available on your host machine.
19
+#
20
+# For details, please refer to tutorial:https://github.com/NVIDIA-NeMo/Automodel/blob/main/docs/guides/llm/toolcalling.md
21
22
23
step_scheduler:
0 commit comments