I am running into while running the any cell below the 3rd one. I did not make any changes to the notebook
TypeError Traceback (most recent call last)
[<ipython-input-22-a54bb9e92c2a>](https://localhost:8080/#) in <cell line: 9>()
7 print(x)
8
----> 9 triton_viz.trace(demo)[(1, 1, 1)](torch.ones(4, 3))
10 triton_viz.launch()
3 frames
[/usr/local/lib/python3.10/dist-packages/triton_viz/interpreter.py](https://localhost:8080/#) in _grid_executor_call(self, *args_dev, **kwargs)
140 if kwargs.pop("warmup", False):
141 return
--> 142 args_hst, kwargs_hst = self._init_args_hst(args_dev, kwargs)
143 # Remaps core language functions to interpreted ones
144 _patch_lang(self.fn)
TypeError: GridExecutor._init_args_hst() takes 2 positional arguments but 3 were given
Hi guys,
Has anyone encountered this issue in Colab
I am running into while running the any cell below the 3rd one. I did not make any changes to the notebook