website/docs/user-guide/skills/optional/mlops/mlops-pytorch-fsdp.md
Fully sharded data-parallel training for large models.
| Source | Optional — install with hermes skills install official/mlops/pytorch-fsdp |
| Path | optional-skills/mlops/pytorch-fsdp |
| Version | 1.0.0 |
| Author | Orchestra Research |
| License | MIT |
| Dependencies | torch>=2.0, transformers |
| Platforms | linux, macos |
| Tags | Distributed Training, PyTorch, FSDP, Data Parallel, Sharding, Mixed Precision, CPU Offloading, FSDP2, Large-Scale Training |
:::info The following is the complete skill definition that Hermes loads when this skill is triggered. This is what the agent sees as instructions when the skill is active. :::
Assistance with pytorch-fsdp development, generated from official documentation.
This skill should be triggered when:
The full common-patterns catalog (~157k chars of runnable FSDP snippets) lives in
references/common-patterns.md — load it with read_file when you need wrapping,
sharding-strategy, checkpoint, or mixed-precision examples. Start there rather than
reconstructing FSDP incantations from memory.
This skill includes comprehensive documentation in references/:
Use view to read specific reference files when detailed information is needed.
Start with the getting_started or tutorials reference files for foundational concepts.
Use the appropriate category reference file (api, guides, etc.) for detailed information.
The quick reference section above contains common patterns extracted from the official docs.
Organized documentation extracted from official sources. These files contain:
Add helper scripts here for common automation tasks.
Add templates, boilerplate, or example projects here.
To refresh this skill with updated documentation: