Closed shatz001 closed 5 hours ago
Could you please provide the filename of which you are running? Like are you running the jupyter notebook or the examples?
Oh sorry, I thought this was the srush/triton puzzles repo! My bad. Im getting the error in the colab notebook
In this notebook: https://github.com/srush/Triton-Puzzles/blob/main/Triton-Puzzles.ipynb
Thanks. Let me take a look.
Seems like there is a solution here: https://github.com/srush/Triton-Puzzles/issues/24 Ill try to install triton 3.1.0
Yep so commenting out : !mv triton-3.0.0*.whl triton-3.0.0-cp310-cp310-linux_x86_64.whl !pip install triton-3.0.0-cp310-cp310-linux_x86_64.whl
And instead doing: !apt-get install libcairo2-dev !pip install pycairo !pip install git+https://github.com/Deep-Learning-Profiling-Tools/triton-viz.git !pip install triton==3.1.0
Fixes issue :)
There's a fix to this issue: https://github.com/srush/Triton-Puzzles/pull/25
I get this error when running all the cells in Introduction
TypeError: GridExecutor._init_args_hst() takes 2 positional arguments but 3 were given