freshcrate
Skin:/
Home > RAG & Memory > cookbook

cookbook

Recipes and resources for building, deploying, and fine-tuning generative AI with Fireworks.

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Recipes and resources for building, deploying, and fine-tuning generative AI with Fireworks.

README

Fireworks AI Cookbook

Ready-to-run training recipes for reinforcement learning (GRPO, DAPO, GSPO, CISPO), preference optimization (DPO, ORPO), and supervised fine-tuning (SFT) on Fireworks.

Full documentation: Fireworks Training SDK Reference

Quick Start

git clone https://github.com/fw-ai/cookbook.git
cd cookbook/training
conda create -n cookbook python=3.12 -y && conda activate cookbook
pip install --pre -e .

See training/README.md for configuration, recipes, and examples.

For AI Agents

The primary reference for agents working in this repo is skills/dev/SKILL.md — it maps tasks and error signals to specific reference files. Start there, not the READMEs.

Repository Structure

Only training/ is actively developed. Other top-level directories (integrations/, multimedia/, archived/) are kept for backward compatibility.

training/           Training SDK recipes, utilities, and examples
  recipes/          Fork-and-customize training loop scripts
  utils/            Shared config, data loading, losses, metrics
  examples/         Worked examples (RL, SFT, DPO, ORPO)
  tests/            Unit and end-to-end tests
skills/             Agent skills and reference docs

Contributing

See the Contribution Guide.

Support

Release History

VersionChangesUrgencyDate
cookbook-v2026.06.03.1## What's Changed * [Promote] From Fireworks staging to cookbook by @bot-fireworks-ai in https://github.com/fw-ai/cookbook/pull/489 **Full Changelog**: https://github.com/fw-ai/cookbook/compare/cookbook-v2026.06.01.3...cookbook-v2026.06.03.1High6/3/2026
cookbook-v2026.05.27.1## What's Changed * docs: update cookbook from Fireworks staging by @bot-fireworks-ai in https://github.com/fw-ai/cookbook/pull/478 **Full Changelog**: https://github.com/fw-ai/cookbook/compare/cookbook-v2026.05.24.2...cookbook-v2026.05.27.1High5/27/2026
cookbook-v2026.05.22.2## What's Changed * chore: promote cookbook from Fireworks staging (public repo promotion) by @bot-fireworks-ai in https://github.com/fw-ai/cookbook/pull/471 **Full Changelog**: https://github.com/fw-ai/cookbook/compare/cookbook-v2026.05.22.1...cookbook-v2026.05.22.2High5/22/2026
main@2026-05-15Latest activity on main branchHigh5/15/2026
0.0.0No release found — using repo HEADHigh4/8/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

awesome-opensource-aiCurated list of the best truly open-source AI projects, models, tools, and infrastructure.main@2026-06-06
engineering-notebookCapture and summarize Claude Code sessions into searchable, browsable engineering journals with a web UI and automated daily entries.main@2026-06-02
generative-ai-for-beginners21 Lessons, Get Started Building with Generative AI main@2026-06-04
Agentic-AI-Project-Find-Deal-OpportunitiesDetect underpriced products by scraping deals and using AI models to estimate fair prices for profit opportunity identification.main@2026-06-02
tradingPaper-first SPY options validation platform with broker-backed scorecards, hard risk gates, paired-trade accounting, and live dashboards.main@2026-06-01

More in RAG & Memory

nltkNatural Language Toolkit
awesome-opensource-aiCurated list of the best truly open-source AI projects, models, tools, and infrastructure.
edgequakeEdegQuake 🌋 High-performance GraphRAG inspired from LightRag written in Rust; Transform documents into intelligent knowledge graphs for superior retrieval and generation
vllmA high-throughput and memory-efficient inference and serving engine for LLMs