You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: you are running code that uses Triton on hardware that does not support CUDA, i.e. not using NVIDIA hardware.
To run this code on regular CPUs uninstall Triton, e.g. with `pip uninstall triton` and run again.
Multiple issues (#11, #20, #34, #96) mention the same error:
#96 mentions a solution, from the author of this code:
From that I'd like to conclude that code is run that expects Triton to be absent. Hence I suggest to make the error message more explicit:
In that way, us users know better what to do :-)
Of course, I may be wrong in interpreting what the error message should be. That shows the need to improve that error message even more 👍
The text was updated successfully, but these errors were encountered: