Open Maxcharm opened 6 months ago
Hi, thank you for the amazing code :)
i was trying the FLOPs profiler and would like to know which version of deepspeed you used for this experiment, since the latest version seems uncompatible with torch 1.13.0
I tried deepspeed-0.11.2+cuda118-cp310-cp310-win_amd64.whl on Windows 10 and it worked.
deepspeed-0.11.2+cuda118-cp310-cp310-win_amd64.whl
On Ubuntu 22.04, I installed deepspeed==0.14.4 via pip install deepspeed directly. It worked.
deepspeed==0.14.4
pip install deepspeed
Hi, thank you for the amazing code :)
i was trying the FLOPs profiler and would like to know which version of deepspeed you used for this experiment, since the latest version seems uncompatible with torch 1.13.0