sail-sg / MDT

Masked Diffusion Transformer is the SOTA for image synthesis. (ICCV 2023)
Apache License 2.0
500 stars 35 forks source link

Not using MPI #15

Closed jS5t3r closed 6 months ago

jS5t3r commented 1 year ago

How to start this code without using MPI?

liangbingzhao commented 10 months ago

do not import mpi, modify all mpi to torch.distributed

jS5t3r commented 10 months ago

How much work is that?

liangbingzhao commented 10 months ago

a little

xiaoxiaodadada commented 9 months ago

能问一下咋改吗

liangbingzhao commented 9 months ago

把代码扔给gpt4,告诉它改成torch.distributed

xiaoxiaodadada commented 9 months ago

收到