# Fully Sharded Data Parallel Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/fully-sharded-data-parallel
> Markdown URL: https://aitinkerers.org/technologies/fully-sharded-data-parallel.md
> Technology record last updated: 2026-02-23T01:42:12Z
> Generated: 2026-09-21T18:35:23Z

- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Escape the Sequential Training Trap: 16x Higher Throughput for LLM Experimentation](https://san-diego.aitinkerers.org/talks/rsvp_elLipYwoqic)

I'll be presenting RapidFire AI, a new open-source framework that transforms LLM fine-tuning and post-training from sequential one-config-at-a-time training into hyperparallelized experimentation with dynamic real-time experiment control and automatic multi-GPU orchestration. The core innovation is an adaptive execution engine that allows for multiple configs to be compared on even a single GPU by automatically chunking the data into subsets and cycling configs across them via a new shared memory subsystem. It enables “Interactive Control Operations” - dynamic modification of running experiments. Stop underperforming configurations, clone promising ones, and warm-start variants from parent checkpoints. The RapidFire AI scheduler intelligently manages multi-GPU orchestration to optimize GPU utilization and uses FSDP automatically for sharding large models across GPUs. The framework supports multiple popular LLM customization workflows from Hugging Face TRL, including SFT, DPO, and GRPO.

- Event context: San Diego October Meetup w/ Structured — 2025-10-30 — San Diego
- Public talk page: https://san-diego.aitinkerers.org/talks/rsvp_elLipYwoqic

## Related Technologies

- [LangChain](https://aitinkerers.org/technologies/langchain) ([Markdown](https://aitinkerers.org/technologies/langchain.md)) — 445 public demos
- [MLflow](https://aitinkerers.org/technologies/mlflow) ([Markdown](https://aitinkerers.org/technologies/mlflow.md)) — 5 public demos
- [PyTorch](https://aitinkerers.org/technologies/pytorch) ([Markdown](https://aitinkerers.org/technologies/pytorch.md)) — 273 public demos
- [Transformers](https://aitinkerers.org/technologies/transformers) ([Markdown](https://aitinkerers.org/technologies/transformers.md)) — 148 public demos
