Error caught was: No module named ‘triton‘

Although an error is reported, it does not affect the running of the program:

A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'

solve:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple triton==2.0.0.dev20221120

Guess you like

Origin blog.csdn.net/qq_42363032/article/details/130006537