-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: GridExecutor._init_args_hst() takes 2 positional arguments but 3 were given #48
Comments
Could you please provide the filename of which you are running? Like are you running the jupyter notebook or the examples? |
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: srush/Triton-Puzzles#24 |
Yep so commenting out : And instead doing: Fixes issue :) |
There's a fix to this issue: srush/Triton-Puzzles#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
The text was updated successfully, but these errors were encountered: