#82 · Primary category: Education & Research

llama-cookbook

ai finetuning langchain llama llama2 llm machine-learning python pytorch vllm

Welcome to the Llama Cookbook! This is your go to guide for Building with Llama: Getting started with Inference, Fine-Tuning, RAG. We also show you how to solve end to end problems using Llama model family and using them on various provider services

Project last updated:05/19/26

GitHub Stars

18.6K

Forks

2.8K

Contributors

140

License

MIT

Why we included this project

Meta maintains this collection of notebooks and recipes for building with the Llama model family, and it works best as a learning resource rather than something you deploy. The examples walk through the full span of a project: running inference locally or through hosted APIs, fine-tuning a model on your own data, and assembling retrieval-augmented pipelines. The end-to-end use cases are the most useful part, since they show Llama wired into real products like a WhatsApp bot or long-context document analysis instead of leaving you with isolated snippets. Because Meta curates it and refreshes it as new Llama versions ship, it stays current enough to trust as a starting point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category