triton
triton copied to clipboard
Deepspeed AttributeError: module 'triton.language' has no attribute 'constexpr'
Hi, I'm following all the steps trying to run DeepSpeed ZeRO Stage-2, but "AttributeError: module 'triton.language' has no attribute 'constexpr'" keeps coming up.
me too
Now I maybe solved this problem through this command pip install triton==2.0.0.dev20221120 by this CSDNblog, you can have a try.