Hey there,
All of my installation steps were successful. However, unfortunately, when I run the 'python ./examples/run_music_generation.py --model_path=./ckpt --version="3B" ' command to test the creation, I'm getting the following error:
import error: No module named 'triton'
Model components will be loaded to devices as specified:
mula: cuda
codec: cuda
You have set lazy_load = False. Loading HeartMuLa and HeartCodec onto device...
and it goes on with various line errors in the .py files. I think I don't have 'triton' installed on my Mac. Is there any workaround to get this work without Triton? I see it's almost impossible to get the triton installed on the Mac.
Any assistance would be highly appreciated.
Regards,
Riyaz
Hey there,
All of my installation steps were successful. However, unfortunately, when I run the 'python ./examples/run_music_generation.py --model_path=./ckpt --version="3B" ' command to test the creation, I'm getting the following error:
import error: No module named 'triton'
Model components will be loaded to devices as specified:
mula: cuda
codec: cuda
You have set lazy_load = False. Loading HeartMuLa and HeartCodec onto device...
and it goes on with various line errors in the .py files. I think I don't have 'triton' installed on my Mac. Is there any workaround to get this work without Triton? I see it's almost impossible to get the triton installed on the Mac.
Any assistance would be highly appreciated.
Regards,
Riyaz