João Sousa Pinto
João Sousa Pinto
### Description Any idea on what could be causing this? ``` =================================== ERRORS ==================================== __________________ ERROR collecting tests/test_simple_nlp.py __________________ ImportError while importing test module 'D:\a\sip_python\sip_python\tests\test_simple_nlp.py'. Hint: make sure your test...
## 🐛 Bug `torchax` fails on a simple matrix slicing example. ## To Reproduce Here is the code to repro: ``` import torch import torchax as tx import torchax.export import...
The following code fails: ``` from functools import partial import jax from jax2torch import jax2torch import torch class A: def __init__(self, x): self.x = x @partial(jax.jit, static_argnames=["a"]) def jax_func(b, a):...