From 5d44953ac19a19a10751eac9deceb074462ae649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=B9=E6=94=BF=E8=81=AA?= <3300949577@qq.com> Date: Mon, 26 Aug 2024 22:26:25 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1146f5..dc58dc7 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ DiT-MoE as a sparse version of the diffusion Transformer, is scalable and compet ![DiT-MoE framework](visuals/framework.png) -* 🪐 A PyTorch [implementation](models.py) of DiT-MoE -* ⚡️ Pre-trained checkpoints in paper +* 🪐 A PyTorch [implementation](models.py) of DiT-MoE and pre-trained checkpoints in paper * 🌋 **Rectified flow**-based training and sampling scripts * 💥 A [sampling script](sample.py) for running pre-trained DiT-MoE * 🛸 A DiT-MoE training script using PyTorch [DDP](train.py) and [deepspeed](train_deepspeed.py) +* ⚡️ A **upcycle** [scripts](https://github.com/feizc/DiT-MoE/blob/main/upcycle.py) to convert dense to MoE ckpts referring [link](https://github.com/alibaba/Pai-Megatron-Patch/blob/main/toolkits/model_checkpoints_convertor/qwen/hf2mcore_qwen1.5_dense_to_moe_convertor.sh) ### To-do list