Closed sunkun1997 closed 4 months ago
I install torch+cu121 by pip3 install torch torchvision torchaudio. When I try to run llama example, It raise ModuleNotFoundError: No module named 'torch.distributed.pipelining'. How to slove this problem? Thank you
I have known the reason, torch-2.3.1 has no module torch.distributed.pipelining, I should install the newest torch
I install torch+cu121 by pip3 install torch torchvision torchaudio. When I try to run llama example, It raise ModuleNotFoundError: No module named 'torch.distributed.pipelining'. How to slove this problem? Thank you