Results 21 comments of John Sutor

Update: been busy with other life requirements, I'll get back to it when I can. If you want, I can commit the code that I've been working on

@mileseverett never did, but I have more time now so I'll have to get back to working on it. Thanks for reminding me!

I'd be open to contributing to this.

Make sure you have the Authorization header set on the webhook as well, as that can cause a 401

Thanks for all the comments! I'll make some changes later today and I'll let you know how much help I'll need given the scope of this project.

@alanwaketan I installed nightly using ```shell ! pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly-cp310-cp310-linux_x86_64.whl ``` but then I get the following error when I attempt to run the code block ```python import jax from...

@bhavya01 That unfortunately does not work, as I receive an issue from the PyTorch end when attempting to install in Colab. ```sh Looking in indexes: https://download.pytorch.org/whl/nightly/cpu Requirement already satisfied: torch...

@alanwaketan On Colab, I had to uninstall torch to get it to work before installing torch nightly. However, I now get the following error when I attempt to run this...

@alanwaketan I'm trying to use interpret mode so that I can develop kernels locally before I test them on TPUs (since it can be tough/expensive to write code and debug...