Skip to content
Merged
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: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
title: Optimizing Language Models with DSPy GEPA
- local: grpo_vllm_online_training
title: Efficient Online Training with GRPO and vLLM in TRL
- local: rapidfire_sft_multiconfig_training
title: Concurrent Multi-Config SFT Training with RapidFire AI
- title: Computer Vision Recipes
isExpanded: false
sections:
Expand Down
1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [Concurrent Multi-Config SFT Training with RapidFire AI](rapidfire_sft_multiconfig_training)
- [Optimizing Language Models with DSPy GEPA](dspy_gepa)
- [Efficient Online Training with GRPO and vLLM in TRL](grpo_vllm_online_training)
- [Fine-tuning LLMs for Function Calling with the xLAM Dataset](function_calling_fine_tuning_llms_on_xlam)
Expand Down
Loading