Update acceleration.md (#127)

This commit is contained in:
Yanjia0 2024-03-19 13:11:02 +08:00 committed by GitHub
parent 51e1eb3430
commit d0bd2358d8

View file

@ -6,7 +6,7 @@ Open-Sora aims to provide a high-speed training framework for diffusion models.
Open-Sora boosts the training speed by:
- Kernal optimization including [flash attention](https://github.com/Dao-AILab/flash-attention), fused layernorm kernal, and the ones compiled by colossalAI.
- Kernel optimization including [flash attention](https://github.com/Dao-AILab/flash-attention), fused layernorm kernal, and the ones compiled by colossalAI.
- Hybrid parallelism including ZeRO.
- Gradient checkpointing for larger batch size.