Triton error while running demo code
Hi, I am new to this. While running the demo code, I encountered this error:
raise BackendCompilerFailed(self.compiler_fn, e) from e
torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
RuntimeError: Cannot find a working triton installation. Either the package is not installed or it is too old. More information on installing Triton can be found at https://github.com/openai/triton
Checking up on Triton, I found it seems to only run on Unix, while mine is on Windows. Is this the real issue or is it something else.
I installed the latest transformers from github.com version 4.46.0
Appreciate any help. Thank you all.
Hi, Yes according to triton docs it's not compatible with windows for now, If you want to try the code you can try it using wsl or on a google colab for example
ok, thank you very much.