triton icon indicating copy to clipboard operation
triton copied to clipboard

Deepspeed AttributeError: module 'triton.language' has no attribute 'constexpr'

Open Appletinhyu opened this issue 1 year ago • 1 comments

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.

Appletinhyu avatar Apr 30 '24 09:04 Appletinhyu

me too

Polarisamoon avatar May 23 '24 09:05 Polarisamoon

Now I maybe solved this problem through this command pip install triton==2.0.0.dev20221120 by this CSDNblog, you can have a try.

HelpFireCode avatar Jun 01 '24 15:06 HelpFireCode