deepspeed
仓库创建 2025年11月3日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由
覆盖 ZeRO、并行策略与精度技巧,适合大模型训练与性能优化工程师。
▸ 风险提示
部署与调优复杂,需大量 GPU/集群资源且配置繁琐。
这个 Skill 做什么
DeepSpeed 的分布式与内存优化实践指南与开发支持。
帮你把大模型分布式训练跑得更稳、更省钱:会讲如何用 DeepSpeed 的 ZeRO 分段、pipeline parallelism、混合精度(FP16/BF16/FP8)等手段节省显存和加速收敛。适合在模型太大单卡放不下、想用 1-bit Adam 或 sparse attention 提升效率、或调试 DeepSpeed 配置时调用。特别之处是侧重实战优化和排错,既讲原理也给可落地的配置和调试步骤。
▸ 展开 SKILL.md 英文原文
Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention
1.1w
Stars
817
Forks
40
仓库内 Skill
+704
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Orchestra-Research/AI-Research-SKILLs/main/08-distributed-training/deepspeed/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Orchestra-Research/AI-Research-SKILLs/main/08-distributed-training/deepspeed/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Deepspeed Skill Comprehensive assistance with deepspeed development, generated from official documentation. ## When to Use This Skill This skill should be triggered when: - Working with deepspeed - Asking about deepspeed features or APIs - Implementing deepspeed solutions - Debugging deepspeed code - Learning deepspeed best practices ## Quick Reference ### Common Patterns **Pattern 1:** DeepNVMe Contents Requirements Creating DeepNVMe Handles Using DeepNVMe Handles Blocking File Write Non-Blocking File Write Parallel File Write Pinned Tensors Putting it together Acknowledgements Appendix Advanced Handle Creation Performance Tuning DeepNVMe APIs General I/O APIs GDS-specific APIs Hand
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有