V — LLM Alignment and Agentic AI¶
This part adapts large language models to specific tasks and turns them into agents.
Chapters in this part¶
- Chapter 5: Fine-Tuning with LoRA/QLoRA — Supervised fine-tuning with parameter-efficient methods (LoRA/QLoRA via TRL), and building an LLM agent with LangGraph.
What you'll be able to do¶
- Fine-tune an LLM efficiently with LoRA/QLoRA.
- Compose an LLM into a simple agent with LangGraph.
- Design tool functions and a grading agent for an agentic task.