triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
12.53k stars 1.52k forks source link

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

Open KaiJia2017 opened 1 year ago

KaiJia2017 commented 1 year ago

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

window10

G:\download>pip show triton Name: triton Version: 2.0.0 Summary: A language and compiler for custom Deep Learning operations Home-page: https://github.com/openai/triton/ Author: Philippe Tillet Author-email: phil@openai.com License: Location: g:\miniconda3\lib\site-packages Requires: cmake, filelock, torch Required-by:

chaaland commented 1 year ago

Don't think triton supports Windows if you look at this issue or at the "supported platforms" section of the readme. The setup.py weirdly does have a path for building it. Anyway, seems like docker or a VM is your best bet if you're on Windows.

OldishCoder commented 1 year ago

Bump? I'd like it to work on Windows too...

On a work machine, cannot just reformat to linux nor will they let us run WSL... docker or VM seems clunky... maybe I've just had bad luck with them.. especially getting all the Cuda stuff set up...

Others have said to ignore the warning on Win... I can do that... but I feel left out without those optimizations? :)

FurkanGozukara commented 10 months ago

Please add Windows support already