Skip to content

Commit bde4e39

Browse files
authored
Merge branch 'main' into evaluating-search-engines
2 parents 85aee50 + c62b199 commit bde4e39

23 files changed

+14639
-8080
lines changed

notebooks/en/_toctree.yml

+11-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
- local: index
66
title: Overview
77

8+
- title: MLOps Recipes
9+
isExpanded: false
10+
sections:
11+
- local: mlflow_ray_serve
12+
title: Signature-Aware Model Serving from MLflow with Ray Serve
13+
814
- title: LLM Recipes
915
isExpanded: false
1016
sections:
@@ -66,6 +72,8 @@
6672
title: Enhancing RAG Reasoning with Knowledge Graphs
6773
- local: phoenix_observability_on_hf_spaces
6874
title: Phoenix Observability Dashboard on HF Spaces
75+
- local: search_and_learn
76+
title: Scaling Test-Time Compute for Longer Thinking in LLMs
6977

7078
- title: Computer Vision Recipes
7179
isExpanded: false
@@ -100,7 +108,8 @@
100108
title: Fine-tuning SmolVLM with TRL on a consumer GPU
101109
- local: multimodal_rag_using_document_retrieval_and_smol_vlm
102110
title: Smol Multimodal RAG, Building with ColSmolVLM and SmolVLM on Colab's Free-Tier GPU
103-
111+
- local: fine_tuning_vlm_dpo_smolvlm_instruct
112+
title: Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU
104113

105114
- title: Search Recipes
106115
isExpanded: false
@@ -112,11 +121,9 @@
112121
isExpanded: false
113122
sections:
114123
- local: agents
115-
title: Build an agent with tool-calling superpowers using Transformers Agents
124+
title: Build an agent with tool-calling superpowers using smolagents
116125
- local: agent_rag
117126
title: Agentic RAG - turbocharge your RAG with query reformulation and self-query
118-
- local: agent_change_llm
119-
title: Create a Transformers Agent from any LLM inference provider
120127
- local: agent_text_to_sql
121128
title: Agent for Text-to-SQL with automatic error correction
122129
- local: agent_data_analyst

notebooks/en/agent_change_llm.ipynb

-338
This file was deleted.

0 commit comments

Comments
 (0)